mercurial at 35849: 28 new changesets

Mercurial Commits hg at intevation.de
Thu Feb 1 22:15:49 UTC 2018


28 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/4269971b0d26
changeset:   35822:4269971b0d26
user:        Augie Fackler <augie at google.com>
date:        Thu Feb 01 14:59:38 2018 -0500
summary:     revsetlang: fix a doctest example on Python 3

https://www.mercurial-scm.org/repo/hg/rev/4be991331a46
changeset:   35823:4be991331a46
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 19:11:51 2018 -0500
summary:     tests: get run-tests to reliably hand shellquote a string and not a bytes

https://www.mercurial-scm.org/repo/hg/rev/011ca2d795d6
changeset:   35824:011ca2d795d6
user:        Augie Fackler <augie at google.com>
date:        Thu Jan 18 10:22:41 2018 -0500
summary:     strip: use in-place revset formatspec instead of %-formatting ourselves

https://www.mercurial-scm.org/repo/hg/rev/c3ebe69f6391
changeset:   35825:c3ebe69f6391
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 20:07:25 2018 -0500
summary:     strip: use %d for known-int string interpolation

https://www.mercurial-scm.org/repo/hg/rev/555bc4ab37ad
changeset:   35826:555bc4ab37ad
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 20:07:53 2018 -0500
summary:     commands: rewrite legacy ternary operator hack using modern syntax

https://www.mercurial-scm.org/repo/hg/rev/56891a790012
changeset:   35827:56891a790012
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 20:08:40 2018 -0500
summary:     commands: replace map() with list comprehension

https://www.mercurial-scm.org/repo/hg/rev/553a98a436cf
changeset:   35828:553a98a436cf
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 20:09:10 2018 -0500
summary:     tags: explicitly grab list of dict keys

https://www.mercurial-scm.org/repo/hg/rev/c87926ebe096
changeset:   35829:c87926ebe096
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 20:09:52 2018 -0500
summary:     filemerge: fix regular expression pattern to be bytes

https://www.mercurial-scm.org/repo/hg/rev/e689d8b22728
changeset:   35830:e689d8b22728
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 20:37:17 2018 -0500
summary:     tests: bytestring-ify all the adhoc extensions in test-strip.t

https://www.mercurial-scm.org/repo/hg/rev/a011e4140435
changeset:   35831:a011e4140435
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 20:38:10 2018 -0500
summary:     branchmap: make error messages consistent between Python 2 and 3

https://www.mercurial-scm.org/repo/hg/rev/aad39713ef35
changeset:   35832:aad39713ef35
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 20:41:51 2018 -0500
summary:     transaction: fix hg version check when loading journal

https://www.mercurial-scm.org/repo/hg/rev/87b085a4f9d1
changeset:   35833:87b085a4f9d1
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 21:42:56 2018 -0500
summary:     bundlerepo: use native str when peeking in __dict__

https://www.mercurial-scm.org/repo/hg/rev/f61461d2bfd8
changeset:   35834:f61461d2bfd8
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 21:43:46 2018 -0500
summary:     context: use native string when peeking in __dict__

https://www.mercurial-scm.org/repo/hg/rev/bf367a93f000
changeset:   35835:bf367a93f000
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 21:44:15 2018 -0500
summary:     dirstate: use native strings when peeking in __dict__

https://www.mercurial-scm.org/repo/hg/rev/d4e5b2653693
changeset:   35836:d4e5b2653693
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 21:45:15 2018 -0500
summary:     lsprof: use native string when peeking in __dict__

https://www.mercurial-scm.org/repo/hg/rev/d8f891ec5d7d
changeset:   35837:d8f891ec5d7d
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 21:46:09 2018 -0500
summary:     obsolete: use native string when peeking in __dict__

https://www.mercurial-scm.org/repo/hg/rev/f484b9d95c23
changeset:   35838:f484b9d95c23
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 21:46:29 2018 -0500
summary:     smartset: use native string when peeking in __dict__

https://www.mercurial-scm.org/repo/hg/rev/9dad46c23185
changeset:   35839:9dad46c23185
user:        Augie Fackler <augie at google.com>
date:        Thu Feb 01 12:38:04 2018 -0800
summary:     localrepo: consistently use native str when __dict__ is involved

https://www.mercurial-scm.org/repo/hg/rev/b43b314cc46a
changeset:   35840:b43b314cc46a
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 21:48:37 2018 -0500
summary:     localrepo: pass transaction kwargs as strings, not bytes

https://www.mercurial-scm.org/repo/hg/rev/7df43e0b9fc3
changeset:   35841:7df43e0b9fc3
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 22:07:09 2018 -0500
summary:     python3: whitelist another 7 passing tests

https://www.mercurial-scm.org/repo/hg/rev/9bce28609a95
changeset:   35842:9bce28609a95
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 22:04:34 2018 -0500
summary:     mq: fix up statusentry to be both repr()-able and bytes()-able

https://www.mercurial-scm.org/repo/hg/rev/512113eb9d26
changeset:   35843:512113eb9d26
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 22:05:02 2018 -0500
summary:     mq: open status file et al in bytes mode

https://www.mercurial-scm.org/repo/hg/rev/522f868680ca
changeset:   35844:522f868680ca
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 17 22:05:37 2018 -0500
summary:     mq: use bytes() instead of str() to encode statusentries for writing

https://www.mercurial-scm.org/repo/hg/rev/be923ce44d6a
changeset:   35845:be923ce44d6a
user:        Augie Fackler <augie at google.com>
date:        Thu Jan 18 09:14:30 2018 -0500
summary:     revlog: correct type in check to verify rawtext is immutable

https://www.mercurial-scm.org/repo/hg/rev/c4c1e3334bcb
changeset:   35846:c4c1e3334bcb
user:        Augie Fackler <augie at google.com>
date:        Thu Jan 18 09:58:40 2018 -0500
summary:     tests: fix a missed b prefix in a test extension in test-strip.t

https://www.mercurial-scm.org/repo/hg/rev/fd21b87e59b2
changeset:   35847:fd21b87e59b2
user:        Augie Fackler <augie at google.com>
date:        Thu Jan 18 10:08:23 2018 -0500
summary:     python3: whitelist an additional 23 passing tests

https://www.mercurial-scm.org/repo/hg/rev/8a7140ec4c89
changeset:   35848:8a7140ec4c89
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Feb 01 08:17:11 2018 -0800
summary:     testrunner: on error, color the "(case xxx)" part the same as filename

https://www.mercurial-scm.org/repo/hg/rev/5cfdf6137af8
changeset:   35849:5cfdf6137af8
bookmark:    @
tag:         tip
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Feb 01 10:29:24 2018 -0800
summary:     setdiscovery: don't call "heads" wire command when heads specified

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


More information about the Mercurial-devel mailing list