mercurial at 36059: 58 new changesets

Mercurial Commits hg at intevation.de
Tue Feb 13 18:15:45 UTC 2018


58 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/f8ad57d24252
changeset:   36002:f8ad57d24252
parent:      36000:91aac8e6604d
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Jan 21 13:40:31 2018 +0900
summary:     log: pass ctx to makefilematcher() and makehunksfilter() functions

https://www.mercurial-scm.org/repo/hg/rev/fcde8946c553
changeset:   36003:fcde8946c553
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Jan 21 14:07:52 2018 +0900
summary:     logcmdutil: hold makefilematcher/makehunksfilter() by changesetpriner (API)

https://www.mercurial-scm.org/repo/hg/rev/d4c210ee894f
changeset:   36004:d4c210ee894f
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Jan 21 14:37:04 2018 +0900
summary:     logcmdutil: unindent diff generator of changesetprinter

https://www.mercurial-scm.org/repo/hg/rev/dd77e36eabb6
changeset:   36005:dd77e36eabb6
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Jan 21 15:34:37 2018 +0900
summary:     logcmdutil: create hunksfilter and filematcher even if no diff option given

https://www.mercurial-scm.org/repo/hg/rev/f113ac0750f3
changeset:   36006:f113ac0750f3
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Jan 21 15:50:24 2018 +0900
summary:     log: drop dead code to concatenate --line-range patterns and pats

https://www.mercurial-scm.org/repo/hg/rev/29b83c08afe0
changeset:   36007:29b83c08afe0
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Jan 21 15:54:18 2018 +0900
summary:     log: pack filematcher and hunksfilter into changesetdiffer object

https://www.mercurial-scm.org/repo/hg/rev/006ff7268c5c
changeset:   36008:006ff7268c5c
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Feb 07 23:22:53 2018 +0900
summary:     diff: remove fp.write() wrapper which drops label argument

https://www.mercurial-scm.org/repo/hg/rev/55e8efa2451a
changeset:   36009:55e8efa2451a
user:        Yuya Nishihara <yuya at tcha.org>
date:        Tue Feb 06 22:36:38 2018 +0900
summary:     subrepo: split non-core functions to new module

https://www.mercurial-scm.org/repo/hg/rev/46a54de96a54
changeset:   36010:46a54de96a54
user:        Yuya Nishihara <yuya at tcha.org>
date:        Tue Feb 06 22:55:02 2018 +0900
summary:     merge: cut import cycle at merge -> extensions

https://www.mercurial-scm.org/repo/hg/rev/c02200b11c39
changeset:   36011:c02200b11c39
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:30:21 2018 +0530
summary:     py3: replace file() with open() in test-clone.t

https://www.mercurial-scm.org/repo/hg/rev/233fb0b91a35
changeset:   36012:233fb0b91a35
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:30:42 2018 +0530
summary:     py3: replace file() with open() in test-convert-mtn.t

https://www.mercurial-scm.org/repo/hg/rev/42542adb8944
changeset:   36013:42542adb8944
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 16:56:47 2018 +0530
summary:     py3: replace file() with open() in test-convert-p4-filetypes.t

https://www.mercurial-scm.org/repo/hg/rev/d7238d125aa2
changeset:   36014:d7238d125aa2
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 16:58:22 2018 +0530
summary:     py3: replace file() with open() in test-win32text.t

https://www.mercurial-scm.org/repo/hg/rev/3790d735ff68
changeset:   36015:3790d735ff68
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 16:59:35 2018 +0530
summary:     py3: replace file() with open() in test-walk.t

https://www.mercurial-scm.org/repo/hg/rev/ca62987f3f7d
changeset:   36016:ca62987f3f7d
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:00:21 2018 +0530
summary:     py3: replace file() with open() in test-transplant.t

https://www.mercurial-scm.org/repo/hg/rev/eed40f0f4c6f
changeset:   36017:eed40f0f4c6f
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:01:25 2018 +0530
summary:     py3: replace file() with open() in test-tag.t

https://www.mercurial-scm.org/repo/hg/rev/1c322658f43e
changeset:   36018:1c322658f43e
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:02:14 2018 +0530
summary:     py3: replace file() with open() in test-subrepo-missing.t

https://www.mercurial-scm.org/repo/hg/rev/2ea0e89bca1e
changeset:   36019:2ea0e89bca1e
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:03:17 2018 +0530
summary:     py3: replace file() with open() in test-relink.t

https://www.mercurial-scm.org/repo/hg/rev/bfc9ab6c1bec
changeset:   36020:bfc9ab6c1bec
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:03:50 2018 +0530
summary:     py3: replace file() with open() in test-patch-offset.t

https://www.mercurial-scm.org/repo/hg/rev/85c94c9d342b
changeset:   36021:85c94c9d342b
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:04:21 2018 +0530
summary:     py3: replace file() with open() in test-mq-qimport.t

https://www.mercurial-scm.org/repo/hg/rev/b911995040f9
changeset:   36022:b911995040f9
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:06:04 2018 +0530
summary:     py3: replace file() with open() in test-mq-missingfiles.t

https://www.mercurial-scm.org/repo/hg/rev/adec6374a0b2
changeset:   36023:adec6374a0b2
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:07:09 2018 +0530
summary:     py3: replace file() with open() in test-mactext.t

https://www.mercurial-scm.org/repo/hg/rev/2a81ed6c3bb9
changeset:   36024:2a81ed6c3bb9
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:08:40 2018 +0530
summary:     py3: replace file() with open() in test-import.t

https://www.mercurial-scm.org/repo/hg/rev/32695e525586
changeset:   36025:32695e525586
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:09:37 2018 +0530
summary:     py3: replace file() with open() in test-import-git.t

https://www.mercurial-scm.org/repo/hg/rev/a4d7e51709e5
changeset:   36026:a4d7e51709e5
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:53:47 2018 +0530
summary:     py3: replace file() with open() in test-import-eol.t

https://www.mercurial-scm.org/repo/hg/rev/d667302b6ee1
changeset:   36027:d667302b6ee1
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:11:45 2018 +0530
summary:     py3: replace file() with open() in test-import-bypass.t

https://www.mercurial-scm.org/repo/hg/rev/f6a8a81f4f7b
changeset:   36028:f6a8a81f4f7b
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:12:28 2018 +0530
summary:     py3: replace file() with open() in test-fileset.t

https://www.mercurial-scm.org/repo/hg/rev/d83fc41dabf3
changeset:   36029:d83fc41dabf3
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:13:11 2018 +0530
summary:     py3: replace file() with open() in test-extdiff.t

https://www.mercurial-scm.org/repo/hg/rev/b85b0bbed6de
changeset:   36030:b85b0bbed6de
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:14:00 2018 +0530
summary:     py3: replace file() with open() in test-eol.t

https://www.mercurial-scm.org/repo/hg/rev/acda1977210c
changeset:   36031:acda1977210c
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:19:07 2018 +0530
summary:     py3: replace file() with open() in test-contrib.t

https://www.mercurial-scm.org/repo/hg/rev/f91b7f26c68a
changeset:   36032:f91b7f26c68a
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:25:53 2018 +0530
summary:     py3: use "%d" instead of "%s" for integers

https://www.mercurial-scm.org/repo/hg/rev/dae84ccebc57
changeset:   36033:dae84ccebc57
user:        Denis Laxalde <denis at laxalde.org>
date:        Sun Feb 11 14:35:35 2018 +0100
summary:     tests: fix check for --graph option in test-log-linerange.t

https://www.mercurial-scm.org/repo/hg/rev/f3d8f61c425d
changeset:   36034:f3d8f61c425d
user:        Josef 'Jeff' Sipek <jeffpc at josefsipek.net>
date:        Sun Feb 11 18:32:37 2018 -0500
summary:     gpg: print unknown key IDs in their entirety

https://www.mercurial-scm.org/repo/hg/rev/95791b275b73
changeset:   36035:95791b275b73
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 10:49:00 2018 -0800
summary:     py3: convert content-type to bytes

https://www.mercurial-scm.org/repo/hg/rev/788b2e8530ae
changeset:   36036:788b2e8530ae
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 10:52:13 2018 -0800
summary:     py3: use raw string for file open mode

https://www.mercurial-scm.org/repo/hg/rev/8de90e006c78
changeset:   36037:8de90e006c78
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 12:42:10 2018 -0800
summary:     run-tests: report tests that exception occurred in

https://www.mercurial-scm.org/repo/hg/rev/15c8c4ac5d9c
changeset:   36038:15c8c4ac5d9c
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 12:55:50 2018 -0800
summary:     py3: pass system string to socket.getservbyname

https://www.mercurial-scm.org/repo/hg/rev/c1e01b1d5543
changeset:   36039:c1e01b1d5543
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 13:00:00 2018 -0800
summary:     py3: fix file i/o in test-status.t

https://www.mercurial-scm.org/repo/hg/rev/0fb0c304ebd6
changeset:   36040:0fb0c304ebd6
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 14:21:44 2018 -0800
summary:     py3: cast repr() result to bytes

https://www.mercurial-scm.org/repo/hg/rev/e3674c2a585c
changeset:   36041:e3674c2a585c
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 13:06:01 2018 -0800
summary:     py3: convert __doc__ to bytes

https://www.mercurial-scm.org/repo/hg/rev/4fe2041007ed
changeset:   36042:4fe2041007ed
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 13:09:16 2018 -0800
summary:     py3: use bytes() to cast context instances

https://www.mercurial-scm.org/repo/hg/rev/223ed0b53f08
changeset:   36043:223ed0b53f08
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 13:23:26 2018 -0800
summary:     py3: more robustly cast UUID to bytes

https://www.mercurial-scm.org/repo/hg/rev/3b4d14beac3d
changeset:   36044:3b4d14beac3d
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 13:32:18 2018 -0800
summary:     py3: port ext-phase-report.py extension

https://www.mercurial-scm.org/repo/hg/rev/04984f2e50ae
changeset:   36045:04984f2e50ae
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 14:17:23 2018 -0800
summary:     py3: use email parser that operates on bytes

https://www.mercurial-scm.org/repo/hg/rev/a5cf79755eff
changeset:   36046:a5cf79755eff
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 14:18:27 2018 -0800
summary:     py3: open temporary file in binary mode

https://www.mercurial-scm.org/repo/hg/rev/1407c42b302c
changeset:   36047:1407c42b302c
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 14:25:10 2018 -0800
summary:     py3: pass system string to email.message.Message.set_type()

https://www.mercurial-scm.org/repo/hg/rev/194463554ba5
changeset:   36048:194463554ba5
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 14:29:30 2018 -0800
summary:     py3: port metaedit extension to Python 3

https://www.mercurial-scm.org/repo/hg/rev/488e313954ea
changeset:   36049:488e313954ea
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 11 14:30:44 2018 -0800
summary:     py3: check for bytes instead of str in hg.share()

https://www.mercurial-scm.org/repo/hg/rev/c4fa47f880d3
changeset:   36050:c4fa47f880d3
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 16:17:17 2018 +0530
summary:     py3: make sure we return str from __repr__

https://www.mercurial-scm.org/repo/hg/rev/035af48b2903
changeset:   36051:035af48b2903
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:14:59 2018 +0530
summary:     py3: replace file() with open() in test-encoding.t

https://www.mercurial-scm.org/repo/hg/rev/af9cb761b5f3
changeset:   36052:af9cb761b5f3
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:15:45 2018 +0530
summary:     py3: replace file() with open() in test-encoding-align.t

https://www.mercurial-scm.org/repo/hg/rev/3c9f2d4dbb39
changeset:   36053:3c9f2d4dbb39
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Feb 11 17:17:05 2018 +0530
summary:     py3: replace file() with open() in test-convert-hg-source.t

https://www.mercurial-scm.org/repo/hg/rev/fe5c4b795999
changeset:   36054:fe5c4b795999
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Feb 11 20:59:35 2018 -0500
summary:     test-merge-tools: stabilize for Windows

https://www.mercurial-scm.org/repo/hg/rev/b4fdc6177b29
changeset:   36055:b4fdc6177b29
user:        Augie Fackler <augie at google.com>
date:        Mon Feb 12 10:21:44 2018 -0500
summary:     bdiff: add to clang-format oversight

https://www.mercurial-scm.org/repo/hg/rev/44cb058bc0d3
changeset:   36056:44cb058bc0d3
user:        Augie Fackler <augie at google.com>
date:        Mon Feb 12 10:29:02 2018 -0500
summary:     pathencode: allow clang-format oversight

https://www.mercurial-scm.org/repo/hg/rev/7f8338b87c88
changeset:   36057:7f8338b87c88
user:        Augie Fackler <augie at google.com>
date:        Mon Feb 12 10:31:17 2018 -0500
summary:     diffhelpers: allow clang-format oversight

https://www.mercurial-scm.org/repo/hg/rev/81199632fa42
changeset:   36058:81199632fa42
user:        Augie Fackler <augie at google.com>
date:        Mon Feb 12 10:36:59 2018 -0500
summary:     charencode: adjust clang-format enable/disable comments

https://www.mercurial-scm.org/repo/hg/rev/62a428bf6359
changeset:   36059:62a428bf6359
bookmark:    @
tag:         tip
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Dec 23 20:27:41 2017 +0530
summary:     logexchange: introduce helper function to get remote path name

-- 
Repository URL: https://www.mercurial-scm.org/repo/hg


More information about the Mercurial-devel mailing list