mercurial at 33108: 20 new changesets

Mercurial Commits hg at intevation.de
Wed Jun 28 04:16:25 UTC 2017


20 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/9e0d222f5687
changeset:   33089:9e0d222f5687
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Jun 26 09:18:55 2017 +0900
summary:     identify: change p1/p2 to a list of parents

https://www.mercurial-scm.org/repo/hg/rev/04b3743c1d7c
changeset:   33090:04b3743c1d7c
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Jun 26 09:33:01 2017 +0900
summary:     formatter: proxy fm.context() through converter

https://www.mercurial-scm.org/repo/hg/rev/73dfc72704b6
changeset:   33091:73dfc72704b6
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Jun 26 09:37:16 2017 +0900
summary:     identify: provide changectx to templater

https://www.mercurial-scm.org/repo/hg/rev/d170f59f6f55
changeset:   33092:d170f59f6f55
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Jun 24 19:55:01 2017 +0530
summary:     py3: fix kwargs handling for `hg bookmarks`

https://www.mercurial-scm.org/repo/hg/rev/7fed389f9a9f
changeset:   33093:7fed389f9a9f
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Jun 24 19:55:41 2017 +0530
summary:     py3: add tests to show `hg bookmarks` and `hg branches` work on Python 3

https://www.mercurial-scm.org/repo/hg/rev/4c5af472a599
changeset:   33094:4c5af472a599
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Jun 24 19:57:50 2017 +0530
summary:     py3: add b'' to make a triple quoted string bytes on Python 3

https://www.mercurial-scm.org/repo/hg/rev/9fc880dff5f3
changeset:   33095:9fc880dff5f3
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Mon Jun 26 17:20:46 2017 +0530
summary:     py3: use hex() to convert the hash to bytes

https://www.mercurial-scm.org/repo/hg/rev/d9962854a4a2
changeset:   33096:d9962854a4a2
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Jun 25 03:11:55 2017 +0530
summary:     py3: add b'' to make the regex pattern bytes

https://www.mercurial-scm.org/repo/hg/rev/fce4ed2912bb
changeset:   33097:fce4ed2912bb
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Jun 25 08:20:05 2017 +0530
summary:     py3: make sure commands name are bytes in tests

https://www.mercurial-scm.org/repo/hg/rev/c4a20c9484e7
changeset:   33098:c4a20c9484e7
user:        FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date:        Tue Jun 27 02:24:37 2017 +0900
summary:     tests: avoid test failure for mangling path-like string by MSYS

https://www.mercurial-scm.org/repo/hg/rev/4a8db3538c39
changeset:   33099:4a8db3538c39
user:        FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date:        Tue Jun 27 02:24:38 2017 +0900
summary:     tests: use cgienv to minimize environment setup at hgweb tests

https://www.mercurial-scm.org/repo/hg/rev/05906b8e1d23
changeset:   33100:05906b8e1d23
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Tue Jun 27 00:20:55 2017 +0530
summary:     py3: use pycompat.byteskwargs() to convert kwargs' keys to bytes

https://www.mercurial-scm.org/repo/hg/rev/b257aaa0743a
changeset:   33101:b257aaa0743a
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Tue Jun 27 00:15:56 2017 +0530
summary:     py3: use r'' to prevent the addition of b'' by transformer

https://www.mercurial-scm.org/repo/hg/rev/1b6946f87c50
changeset:   33102:1b6946f87c50
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Tue Jun 27 00:23:32 2017 +0530
summary:     py3: use pycompat.strkwargs() to convert kwargs keys to str

https://www.mercurial-scm.org/repo/hg/rev/db8531c45953
changeset:   33103:db8531c45953
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Jun 25 08:36:51 2017 +0530
summary:     py3: slice over bytes to prevent getting it's ascii value

https://www.mercurial-scm.org/repo/hg/rev/53238678b1ca
changeset:   33104:53238678b1ca
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Mon Jun 26 17:22:45 2017 +0530
summary:     py3: use '%d' to convert integers to bytes

https://www.mercurial-scm.org/repo/hg/rev/a5e1393f61a2
changeset:   33105:a5e1393f61a2
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Mon Jun 26 17:23:10 2017 +0530
summary:     py3: use pycompat.bytestr instead of str

https://www.mercurial-scm.org/repo/hg/rev/2f812b0d1936
changeset:   33106:2f812b0d1936
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Mon Jun 26 23:57:49 2017 +0530
summary:     py3: pass the memoryview object into bytes() to get the value

https://www.mercurial-scm.org/repo/hg/rev/e88fdec9cb9e
changeset:   33107:e88fdec9cb9e
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Mon Jun 26 23:58:27 2017 +0530
summary:     py3: use pycompat.bytestr() to convert str to bytes

https://www.mercurial-scm.org/repo/hg/rev/208de1534ebd
changeset:   33108:208de1534ebd
bookmark:    @
tag:         tip
user:        Jun Wu <quark at fb.com>
date:        Mon Jun 26 21:11:02 2017 -0700
summary:     strip: respect the backup option in stripcallback

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


More information about the Mercurial-devel mailing list