mercurial at 32404: 22 new changesets (1 on stable)

Mercurial Commits hg at intevation.de
Mon May 22 22:15:48 UTC 2017


22 new changesets (1 on stable) in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/f928d53b687c
changeset:   32383:f928d53b687c
branch:      stable
parent:      32326:99515353c72a
user:        FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date:        Tue May 23 03:29:23 2017 +0900
summary:     dispatch: setup color before pager for correct console information on windows

https://www.mercurial-scm.org/repo/hg/rev/2e5a476b2e46
changeset:   32384:2e5a476b2e46
parent:      32382:c87db79b9507
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun May 21 13:31:27 2017 +0900
summary:     cext: move back finalization of dirstateTupleType where it should be

https://www.mercurial-scm.org/repo/hg/rev/34bd3cd28dcb
changeset:   32385:34bd3cd28dcb
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun May 21 13:35:19 2017 +0900
summary:     cext: move util.h to cext tree

https://www.mercurial-scm.org/repo/hg/rev/7640584e697c
changeset:   32386:7640584e697c
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun May 21 13:41:01 2017 +0900
summary:     cext: mark constant variables

https://www.mercurial-scm.org/repo/hg/rev/655f1e2cfa5a
changeset:   32387:655f1e2cfa5a
parent:      32386:7640584e697c
parent:      32326:99515353c72a
user:        Augie Fackler <augie at google.com>
date:        Sun May 21 02:45:32 2017 -0400
summary:     merge with stable

https://www.mercurial-scm.org/repo/hg/rev/4a23cdb32968
changeset:   32388:4a23cdb32968
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu May 18 22:47:42 2017 -0700
summary:     largefiles: replace always() method, not _always field

https://www.mercurial-scm.org/repo/hg/rev/4e51b2a99847
changeset:   32389:4e51b2a99847
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Sun May 21 13:49:48 2017 +0200
summary:     obsolete: test an important corner case

https://www.mercurial-scm.org/repo/hg/rev/f90419a90cc3
changeset:   32390:f90419a90cc3
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Sun May 21 13:32:07 2017 +0200
summary:     perf: allow to clear the obsstore in 'perfvolatilesets'

https://www.mercurial-scm.org/repo/hg/rev/3ea1f1e71a0a
changeset:   32391:3ea1f1e71a0a
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Fri May 19 20:01:35 2017 -0700
summary:     tests: tests for revlog version and flags loading

https://www.mercurial-scm.org/repo/hg/rev/36d3559c69a6
changeset:   32392:36d3559c69a6
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Fri May 19 20:10:50 2017 -0700
summary:     revlog: tweak wording and logic for flags validation

https://www.mercurial-scm.org/repo/hg/rev/d47b62368f3a
changeset:   32393:d47b62368f3a
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Fri May 19 20:14:31 2017 -0700
summary:     revlog: remove some revlogNG terminology

https://www.mercurial-scm.org/repo/hg/rev/38a2b9d90131
changeset:   32394:38a2b9d90131
user:        Augie Fackler <augie at google.com>
date:        Sun May 21 18:36:28 2017 -0400
summary:     checklink: degrade gracefully on posix when fs is readonly (issue5511)

https://www.mercurial-scm.org/repo/hg/rev/24245b54aa8a
changeset:   32395:24245b54aa8a
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Fri May 12 23:11:41 2017 -0700
summary:     match: replace match class by match function (API)

https://www.mercurial-scm.org/repo/hg/rev/ec0311a3a4da
changeset:   32396:ec0311a3a4da
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu May 18 15:11:04 2017 -0700
summary:     match: pass 'warn' argument to _normalize() for consistency

https://www.mercurial-scm.org/repo/hg/rev/0ec4cd6fe051
changeset:   32397:0ec4cd6fe051
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu May 18 15:25:16 2017 -0700
summary:     match: move body of _normalize() to a static function

https://www.mercurial-scm.org/repo/hg/rev/2dac9d6a0af9
changeset:   32398:2dac9d6a0af9
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu May 18 16:05:46 2017 -0700
summary:     match: don't print explicitly listed files with wrong case (BC)

https://www.mercurial-scm.org/repo/hg/rev/1c1f7c946666
changeset:   32399:1c1f7c946666
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu May 18 15:45:50 2017 -0700
summary:     match: pass in normalize() function to matchers

https://www.mercurial-scm.org/repo/hg/rev/8802c63599e1
changeset:   32400:8802c63599e1
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu May 18 16:48:02 2017 -0700
summary:     match: delete icasefsmatcher now that it's same as matcher

https://www.mercurial-scm.org/repo/hg/rev/284b18303f61
changeset:   32401:284b18303f61
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu May 18 22:20:59 2017 -0700
summary:     match: replace icasefsmatch() function by flag to regular match()

https://www.mercurial-scm.org/repo/hg/rev/c8e10565a113
changeset:   32402:c8e10565a113
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 19 19:10:37 2017 +0530
summary:     error: add a new exception named WdirUnsupported

https://www.mercurial-scm.org/repo/hg/rev/a28c76e1cea9
changeset:   32403:a28c76e1cea9
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 19 19:12:06 2017 +0530
summary:     revlog: raise WdirUnsupported when wdirrev is passed

https://www.mercurial-scm.org/repo/hg/rev/e8c043375b53
changeset:   32404:e8c043375b53
bookmark:    @
tag:         tip
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 19 20:06:45 2017 +0530
summary:     revset: make `hg log -r 'wdir()^'` work (issue4905)

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


More information about the Mercurial-devel mailing list