mercurial at 36397: 34 new changesets (3 on stable)

Mercurial Commits hg at intevation.de
Sat Feb 24 17:15:45 UTC 2018


34 new changesets (3 on stable) in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/eedc69d2776d
changeset:   36364:eedc69d2776d
branch:      stable
parent:      36243:c19e66dacaa1
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Thu Feb 22 15:18:44 2018 +0800
summary:     graphlog: document what "_" and "*" mean

https://www.mercurial-scm.org/repo/hg/rev/5da7b8cb6f75
changeset:   36365:5da7b8cb6f75
branch:      stable
user:        Josef 'Jeff' Sipek <jeffpc at josefsipek.net>
date:        Wed Feb 21 16:51:09 2018 -0500
summary:     help: fix wording describing SSH requirements

https://www.mercurial-scm.org/repo/hg/rev/a34d5ef53c2e
changeset:   36366:a34d5ef53c2e
parent:      36363:7f8f74531b0b
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Feb 21 08:33:50 2018 -0800
summary:     sshpeer: move logic for sending a request into a new function

https://www.mercurial-scm.org/repo/hg/rev/043e77f3be09
changeset:   36367:043e77f3be09
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Feb 21 08:35:48 2018 -0800
summary:     sshpeer: return framed file object when needed

https://www.mercurial-scm.org/repo/hg/rev/02782e6e2c38
changeset:   36368:02782e6e2c38
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Feb 19 13:20:17 2018 -0800
summary:     tests: store protocol payload in files

https://www.mercurial-scm.org/repo/hg/rev/066e6a9d52bb
changeset:   36369:066e6a9d52bb
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Feb 21 13:08:55 2018 -0800
summary:     sshpeer: make pipe polling code more explicit

https://www.mercurial-scm.org/repo/hg/rev/11ba1a96f946
changeset:   36370:11ba1a96f946
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Feb 21 14:02:23 2018 -0800
summary:     sshpeer: defer pipe buffering and stderr sidechannel binding

https://www.mercurial-scm.org/repo/hg/rev/0c231df1ffdc
changeset:   36371:0c231df1ffdc
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Feb 21 14:21:05 2018 -0800
summary:     wireprototypes: move baseprotocolhandler from wireprotoserver

https://www.mercurial-scm.org/repo/hg/rev/b8d0761a85c7
changeset:   36372:b8d0761a85c7
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Feb 21 16:47:39 2018 -0800
summary:     wireproto: document the wonky push protocol for SSH

https://www.mercurial-scm.org/repo/hg/rev/0147a4730420
changeset:   36373:0147a4730420
user:        Augie Fackler <augie at google.com>
date:        Thu Feb 22 20:04:42 2018 -0500
summary:     cleanup: say goodbye to manifestv2 format

https://www.mercurial-scm.org/repo/hg/rev/f0c94af0d70d
changeset:   36374:f0c94af0d70d
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Feb 21 23:43:23 2018 +0530
summary:     py3: add b'' prefixes in test-dispatch.py

https://www.mercurial-scm.org/repo/hg/rev/f798709eb4b9
changeset:   36375:f798709eb4b9
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Feb 23 16:57:17 2018 +0530
summary:     py3: add b'' prefixes in test-abort-checkin.t

https://www.mercurial-scm.org/repo/hg/rev/dbadf28d4db0
changeset:   36376:dbadf28d4db0
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Feb 23 17:14:25 2018 +0530
summary:     py3: use pycompat.bytestr to convert str returned by getpass.getuser to bytes

https://www.mercurial-scm.org/repo/hg/rev/39212037e65e
changeset:   36377:39212037e65e
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Feb 23 17:15:36 2018 +0530
summary:     py3: fix keyword arguments handling in hgext/acl.py

https://www.mercurial-scm.org/repo/hg/rev/27ab9264dd61
changeset:   36378:27ab9264dd61
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Feb 23 17:25:51 2018 +0530
summary:     py3: make sure we use bytes in generate-working-copy-states.py

https://www.mercurial-scm.org/repo/hg/rev/28551d4c5ee8
changeset:   36379:28551d4c5ee8
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Feb 23 17:26:45 2018 +0530
summary:     py3: add b'' prefixes in test-revset.t

https://www.mercurial-scm.org/repo/hg/rev/2bff5f05b01b
changeset:   36380:2bff5f05b01b
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Feb 23 18:03:58 2018 +0530
summary:     py3: add b'' prefixes in test-alias.t

https://www.mercurial-scm.org/repo/hg/rev/2827fa74adbc
changeset:   36381:2827fa74adbc
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Feb 23 18:04:33 2018 +0530
summary:     py3: pass ctx.rev() instead of ctx in range()

https://www.mercurial-scm.org/repo/hg/rev/b4d1c09b754b
changeset:   36382:b4d1c09b754b
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Feb 23 18:12:20 2018 +0530
summary:     py3: add missing b'' in test-arbitraryfilectx.t

https://www.mercurial-scm.org/repo/hg/rev/24b481668293
changeset:   36383:24b481668293
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Feb 23 18:23:51 2018 +0530
summary:     py3: replace types.NoneType with type(None)

https://www.mercurial-scm.org/repo/hg/rev/caa3d42f616d
changeset:   36384:caa3d42f616d
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Feb 23 18:47:26 2018 +0530
summary:     py3: make regex bytes in hgweb/webcommands.py

https://www.mercurial-scm.org/repo/hg/rev/003ae586a02e
changeset:   36385:003ae586a02e
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Fri Feb 23 20:50:10 2018 -0500
summary:     tests: add HTTP POST and PUT support to the $LOGDATE$ substitution

https://www.mercurial-scm.org/repo/hg/rev/fb39f6a8a864
changeset:   36386:fb39f6a8a864
branch:      stable
parent:      36365:5da7b8cb6f75
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Fri Feb 23 17:57:04 2018 -0800
summary:     setup: only allow Python 3 from a source checkout (issue5804)

https://www.mercurial-scm.org/repo/hg/rev/dbf34d0ef9f6
changeset:   36387:dbf34d0ef9f6
parent:      36385:003ae586a02e
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Feb 24 01:19:26 2018 +0530
summary:     py3: use pycompat.byteskwargs() to fix keyword arguments handling

https://www.mercurial-scm.org/repo/hg/rev/6f6063553502
changeset:   36388:6f6063553502
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Feb 24 01:20:20 2018 +0530
summary:     py3: use util.forcebytestr instead of str to convert error messages

https://www.mercurial-scm.org/repo/hg/rev/469c7e146c8f
changeset:   36389:469c7e146c8f
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Feb 24 01:21:22 2018 +0530
summary:     py3: use "%d" for integers instead of "%s"

https://www.mercurial-scm.org/repo/hg/rev/34afe92e3719
changeset:   36390:34afe92e3719
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Feb 24 01:22:15 2018 +0530
summary:     py3: use '//' for integer divisions

https://www.mercurial-scm.org/repo/hg/rev/3fe0507a4dcd
changeset:   36391:3fe0507a4dcd
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Feb 24 15:35:00 2018 +0530
summary:     py3: whitelist another 8 passing tests

https://www.mercurial-scm.org/repo/hg/rev/e9bcc2efb7e8
changeset:   36392:e9bcc2efb7e8
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Feb 24 16:04:57 2018 +0530
summary:     py3: convert dict.items() to list explicitly

https://www.mercurial-scm.org/repo/hg/rev/54f4328a07c2
changeset:   36393:54f4328a07c2
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Feb 24 16:06:21 2018 +0530
summary:     py3: make sure regexes are bytes

https://www.mercurial-scm.org/repo/hg/rev/4bc983568016
changeset:   36394:4bc983568016
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Feb 24 16:07:45 2018 +0530
summary:     py3: replace file() with open()

https://www.mercurial-scm.org/repo/hg/rev/fb7897e53d49
changeset:   36395:fb7897e53d49
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Feb 24 16:15:16 2018 +0530
summary:     py3: add b'' prefixes to config options in test/badserverext.py

https://www.mercurial-scm.org/repo/hg/rev/743b293c3ca0
changeset:   36396:743b293c3ca0
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Feb 24 16:20:15 2018 +0530
summary:     py3: use util.forcebytestr to convert error messages to bytes

https://www.mercurial-scm.org/repo/hg/rev/7a3590e67868
changeset:   36397:7a3590e67868
bookmark:    @
tag:         tip
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Feb 24 16:20:55 2018 +0530
summary:     py3: use '//' for integer division in hgweb/common.py

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


More information about the Mercurial-devel mailing list