mercurial at 35903: 22 new changesets

Mercurial Commits hg at intevation.de
Sun Feb 4 08:17:44 UTC 2018


22 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/87416288be98
changeset:   35882:87416288be98
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Jan 27 14:17:26 2018 +0900
summary:     tests: make doctest py3-compatible again

https://www.mercurial-scm.org/repo/hg/rev/0d8024be7166
changeset:   35883:0d8024be7166
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Feb 01 21:55:06 2018 -0800
summary:     internals: document when "hello" and "capabilities" commands were added

https://www.mercurial-scm.org/repo/hg/rev/197d10e157ce
changeset:   35884:197d10e157ce
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Fri Feb 02 13:13:46 2018 -0800
summary:     httppeer: remove support for connecting to <0.9.1 servers (BC)

https://www.mercurial-scm.org/repo/hg/rev/7625b4f7db70
changeset:   35885:7625b4f7db70
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Jan 21 12:26:42 2018 +0900
summary:     cmdutil: split functions of log-like commands to new module (API)

https://www.mercurial-scm.org/repo/hg/rev/b0014780c7fc
changeset:   35886:b0014780c7fc
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Jan 21 12:36:43 2018 +0900
summary:     logcmdutil: rename classes and functions to conform to our coding style (API)

https://www.mercurial-scm.org/repo/hg/rev/572f36e9a780
changeset:   35887:572f36e9a780
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Jan 21 12:48:39 2018 +0900
summary:     logcmdutil: drop redundant "log" from function names (API)

https://www.mercurial-scm.org/repo/hg/rev/c8e2d6ed1f9e
changeset:   35888:c8e2d6ed1f9e
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Jan 21 13:03:03 2018 +0900
summary:     cmdutil: drop aliases for logcmdutil functions (API)

https://www.mercurial-scm.org/repo/hg/rev/e49c39ffeac2
changeset:   35889:e49c39ffeac2
user:        Joerg Sonnenberger <joerg at bec.de>
date:        Thu Jan 25 20:00:58 2018 +0100
summary:     ui: improve performance for multi-component writes

https://www.mercurial-scm.org/repo/hg/rev/44bc37d20271
changeset:   35890:44bc37d20271
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Fri Feb 02 23:27:30 2018 -0500
summary:     context: drop deprecated methods (API)

https://www.mercurial-scm.org/repo/hg/rev/75d9dcb64e7d
changeset:   35891:75d9dcb64e7d
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Fri Feb 02 23:45:31 2018 -0500
summary:     obsolete: drop deprecated methods (API)

https://www.mercurial-scm.org/repo/hg/rev/00a56c83ab64
changeset:   35892:00a56c83ab64
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Fri Feb 02 23:48:25 2018 -0500
summary:     revset: drop deprecated evolution predicates

https://www.mercurial-scm.org/repo/hg/rev/78f33dedadd0
changeset:   35893:78f33dedadd0
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Fri Feb 02 23:52:19 2018 -0500
summary:     obsutil: drop deprecated methods (API)

https://www.mercurial-scm.org/repo/hg/rev/6289482f6ab5
changeset:   35894:6289482f6ab5
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Fri Feb 02 23:53:57 2018 -0500
summary:     templatekw: drop the deprecated '{troubles}' keyword

https://www.mercurial-scm.org/repo/hg/rev/265e91da56fd
changeset:   35895:265e91da56fd
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Fri Feb 02 23:57:52 2018 -0500
summary:     dirstate: drop deprecated methods (API)

https://www.mercurial-scm.org/repo/hg/rev/ed3a7300b7b5
changeset:   35896:ed3a7300b7b5
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Feb 03 00:01:57 2018 -0500
summary:     localrepo: drop the deprecated walk() method (API)

https://www.mercurial-scm.org/repo/hg/rev/4b1c04082cdc
changeset:   35897:4b1c04082cdc
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Jan 27 13:09:49 2018 +0900
summary:     py3: replace "if ispy3" by encoding.strtolocal()

https://www.mercurial-scm.org/repo/hg/rev/a2b3b5c5a25a
changeset:   35898:a2b3b5c5a25a
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Jan 27 13:11:46 2018 +0900
summary:     py3: replace "if ispy3" by pycompat.bytestr()

https://www.mercurial-scm.org/repo/hg/rev/d5457d94e1c9
changeset:   35899:d5457d94e1c9
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Jan 27 13:14:06 2018 +0900
summary:     py3: replace "if ispy3" by pycompat.sysbytes() or util.forcebytestr()

https://www.mercurial-scm.org/repo/hg/rev/72de5c504833
changeset:   35900:72de5c504833
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Jan 27 13:33:31 2018 +0900
summary:     py3: factor out helpers to apply string conversion recursively

https://www.mercurial-scm.org/repo/hg/rev/f0827211eb1f
changeset:   35901:f0827211eb1f
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Jan 27 17:12:35 2018 +0900
summary:     py3: build repr() of smartset as bytes then convert to str

https://www.mercurial-scm.org/repo/hg/rev/2da4144e6716
changeset:   35902:2da4144e6716
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Jan 27 17:13:51 2018 +0900
summary:     py3: format revision number as '%d' in debugrevspec

https://www.mercurial-scm.org/repo/hg/rev/1a31111e6239
changeset:   35903:1a31111e6239
bookmark:    @
tag:         tip
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Jan 27 17:31:25 2018 +0900
summary:     py3: always drop b'' prefix from repr() of bytestr

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


More information about the Mercurial-devel mailing list