mercurial at 40493: 20 new changesets

Mercurial Commits hg at intevation.de
Wed Nov 7 01:15:38 UTC 2018


20 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/2891ee3fcb86
changeset:   40474:2891ee3fcb86
parent:      40471:844a40687d83
user:        Yuya Nishihara <yuya at tcha.org>
date:        Fri Oct 26 21:28:20 2018 +0900
summary:     templatekw: extract internal "{rev}:{node|formatnode}" template to constant

https://www.mercurial-scm.org/repo/hg/rev/8fa26f3baf30
changeset:   40475:8fa26f3baf30
user:        Yuya Nishihara <yuya at tcha.org>
date:        Fri Oct 19 21:11:30 2018 +0900
summary:     templater: add wrapper for a single template mapping

https://www.mercurial-scm.org/repo/hg/rev/539efc88513b
changeset:   40476:539efc88513b
user:        Yuya Nishihara <yuya at tcha.org>
date:        Fri Oct 26 21:43:20 2018 +0900
summary:     templatekw: add p1/p2 keywords which switches the current ctx

https://www.mercurial-scm.org/repo/hg/rev/592feb3f88b1
changeset:   40477:592feb3f88b1
user:        Yuya Nishihara <yuya at tcha.org>
date:        Fri Oct 26 21:46:37 2018 +0900
summary:     templatekw: deprecate p1rev/p2rev/p1node/p2node in favor of p1/p2

https://www.mercurial-scm.org/repo/hg/rev/86dfae98a3a2
changeset:   40478:86dfae98a3a2
user:        Kyle Lippincott <spectral at google.com>
date:        Sat Oct 13 07:49:20 2018 -0700
summary:     merge-tools: when calling external merge tool, describe the resolve inputs

https://www.mercurial-scm.org/repo/hg/rev/176c26a21123
changeset:   40479:176c26a21123
user:        Augie Fackler <augie at google.com>
date:        Thu Nov 01 15:47:26 2018 -0400
summary:     tests: add a critical flush() to run-tests.py to make output stable on py3

https://www.mercurial-scm.org/repo/hg/rev/99d5424eedc8
changeset:   40480:99d5424eedc8
user:        Augie Fackler <augie at google.com>
date:        Thu Nov 01 15:43:43 2018 -0400
summary:     contrib: fix import-checker to not b'' module names on Python 3

https://www.mercurial-scm.org/repo/hg/rev/90517fad4293
changeset:   40481:90517fad4293
user:        Augie Fackler <augie at google.com>
date:        Thu Nov 01 15:58:01 2018 -0400
summary:     contrib: tweak import-checker to always use bytes for module names

https://www.mercurial-scm.org/repo/hg/rev/07b87ee2ea75
changeset:   40482:07b87ee2ea75
user:        Augie Fackler <augie at google.com>
date:        Thu Nov 01 16:13:01 2018 -0400
summary:     tests: skip wireproto clientreactor tests on Python 3.6.0-3.6.3 inclusive

https://www.mercurial-scm.org/repo/hg/rev/4e6ffcb5b9fc
changeset:   40483:4e6ffcb5b9fc
user:        Augie Fackler <augie at google.com>
date:        Thu Nov 01 17:09:55 2018 -0400
summary:     tests: add some helpful `|| cat` bits to test-profile.t

https://www.mercurial-scm.org/repo/hg/rev/93501a5fd62b
changeset:   40484:93501a5fd62b
user:        Augie Fackler <augie at google.com>
date:        Thu Nov 01 17:11:31 2018 -0400
summary:     statprof: add a couple of asserts to avoid storing unicodes

https://www.mercurial-scm.org/repo/hg/rev/8664fdc1cfb3
changeset:   40485:8664fdc1cfb3
user:        Augie Fackler <augie at google.com>
date:        Thu Nov 01 17:12:22 2018 -0400
summary:     statprof: clean up unicode/bytes a little

https://www.mercurial-scm.org/repo/hg/rev/ff37b1712fa5
changeset:   40486:ff37b1712fa5
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Nov 03 20:50:04 2018 -0400
summary:     tests: conditonalize a difference in test-merge-tools.t on Windows

https://www.mercurial-scm.org/repo/hg/rev/78e5b9d815fa
changeset:   40487:78e5b9d815fa
user:        Sangeet Kumar Mishra <mail2sangeetmishra at gmail.com>
date:        Sat Nov 03 23:24:15 2018 +0530
summary:     test: fix self._testdir to use the right mercurial library during testing

https://www.mercurial-scm.org/repo/hg/rev/d95358143ce6
changeset:   40488:d95358143ce6
user:        Kyle Lippincott <spectral at google.com>
date:        Thu Nov 01 16:44:32 2018 -0700
summary:     catapult: fix broken run-tests catapult tracing

https://www.mercurial-scm.org/repo/hg/rev/a9e00c48c5ef
changeset:   40489:a9e00c48c5ef
user:        Kyle Lippincott <spectral at google.com>
date:        Thu Nov 01 16:44:37 2018 -0700
summary:     catapult: rename 'active' to 'activetrace'; this isn't storing a boolean state

https://www.mercurial-scm.org/repo/hg/rev/889424be7ad2
changeset:   40490:889424be7ad2
user:        Kyle Lippincott <spectral at google.com>
date:        Thu Nov 01 16:44:02 2018 -0700
summary:     catapult: introduce HGTESTCATAPULTSERVERPIPE to control run-tests' tracing

https://www.mercurial-scm.org/repo/hg/rev/c311424ea579
changeset:   40491:c311424ea579
user:        Kyle Lippincott <spectral at google.com>
date:        Thu Nov 01 16:51:21 2018 -0700
summary:     catapult: add a bit more documentation on how to use catapult tracing

https://www.mercurial-scm.org/repo/hg/rev/440f5b65be57
changeset:   40492:440f5b65be57
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Tue Oct 16 17:53:26 2018 +0300
summary:     exchange: pass includepats and excludepats as arguments to getbundle()

https://www.mercurial-scm.org/repo/hg/rev/a2c4502e409b
changeset:   40493:a2c4502e409b
bookmark:    @
tag:         tip
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Wed Oct 17 17:24:55 2018 +0300
summary:     narrow: only send includepats and excludepats if they are not empty

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


More information about the Mercurial-devel mailing list