mercurial at 32287: 27 new changesets

Mercurial Commits hg at intevation.de
Mon May 15 18:16:27 UTC 2017


27 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/976681123416
changeset:   32261:976681123416
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Tue May 02 18:31:18 2017 +0200
summary:     transaction: introduce "changes" dictionary to precisely track updates

https://www.mercurial-scm.org/repo/hg/rev/85ef5a073114
changeset:   32262:85ef5a073114
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Tue May 02 18:45:51 2017 +0200
summary:     transaction: track newly introduced revisions

https://www.mercurial-scm.org/repo/hg/rev/604d65e2c0b2
changeset:   32263:604d65e2c0b2
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Tue May 02 21:39:43 2017 +0200
summary:     caches: introduce a function to warm cache

https://www.mercurial-scm.org/repo/hg/rev/a72caf0af38e
changeset:   32264:a72caf0af38e
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Tue May 02 19:05:58 2017 +0200
summary:     caches: call 'repo.updatecache()' in 'repo.destroyed()'

https://www.mercurial-scm.org/repo/hg/rev/ccef71de7d41
changeset:   32265:ccef71de7d41
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Tue May 02 21:35:06 2017 +0200
summary:     caches: introduce a 'debugupdatecaches' command

https://www.mercurial-scm.org/repo/hg/rev/2b6692df1bdf
changeset:   32266:2b6692df1bdf
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Tue May 02 18:56:07 2017 +0200
summary:     caches: stop warming the cache after 'localrepo.commitctx'

https://www.mercurial-scm.org/repo/hg/rev/c2380b448265
changeset:   32267:c2380b448265
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Tue May 02 22:27:44 2017 +0200
summary:     caches: move the 'updating the branch cache' message in 'updatecaches'

https://www.mercurial-scm.org/repo/hg/rev/24f55686a63d
changeset:   32268:24f55686a63d
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Tue May 02 18:57:52 2017 +0200
summary:     caches: stop warming the cache after changegroup application

https://www.mercurial-scm.org/repo/hg/rev/ed2c44741190
changeset:   32269:ed2c44741190
user:        Kostia Balytskyi <ikostia at fb.com>
date:        Thu May 11 08:39:44 2017 -0700
summary:     scmutil: add simplekeyvaluefile reading test

https://www.mercurial-scm.org/repo/hg/rev/218ca8526ec0
changeset:   32270:218ca8526ec0
user:        Kostia Balytskyi <ikostia at fb.com>
date:        Thu May 11 08:49:33 2017 -0700
summary:     scmutil: make simplekeyvaluefile able to have a non-key-value first line

https://www.mercurial-scm.org/repo/hg/rev/6096d27dc119
changeset:   32271:6096d27dc119
user:        Jun Wu <quark at fb.com>
date:        Wed May 10 11:55:22 2017 -0700
summary:     chgserver: more explicit about sensitive environ variables

https://www.mercurial-scm.org/repo/hg/rev/78496ac30025
changeset:   32272:78496ac30025
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu May 11 11:37:18 2017 -0700
summary:     rebase: allow rebase even if some revisions need no rebase (BC) (issue5422)

https://www.mercurial-scm.org/repo/hg/rev/2e455cbeac50
changeset:   32273:2e455cbeac50
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed May 10 23:49:37 2017 -0700
summary:     sslutil: tweak the legacy [hostfingerprints] warning message

https://www.mercurial-scm.org/repo/hg/rev/2b017d22fe97
changeset:   32274:2b017d22fe97
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu May 11 00:02:32 2017 -0700
summary:     help: clarify that colons are allowed in fingerprints values

https://www.mercurial-scm.org/repo/hg/rev/b306120844bf
changeset:   32275:b306120844bf
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat May 13 11:12:44 2017 -0700
summary:     mail: remove code to support < Python 2.7

https://www.mercurial-scm.org/repo/hg/rev/1a3a08b5d4d5
changeset:   32276:1a3a08b5d4d5
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat May 13 11:20:51 2017 -0700
summary:     encoding: remove workaround for locale.getpreferredencoding()

https://www.mercurial-scm.org/repo/hg/rev/80e3002cd29e
changeset:   32277:80e3002cd29e
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat May 13 11:31:36 2017 -0700
summary:     tests: remove special handling for undefined memoryview

https://www.mercurial-scm.org/repo/hg/rev/7c3ef55dedbe
changeset:   32278:7c3ef55dedbe
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat May 13 11:42:42 2017 -0700
summary:     obsolete: use 2 argument form of enumerate()

https://www.mercurial-scm.org/repo/hg/rev/68c43a416585
changeset:   32279:68c43a416585
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat May 13 11:52:44 2017 -0700
summary:     tests: use context manager form of assertRaises

https://www.mercurial-scm.org/repo/hg/rev/9b81fb217820
changeset:   32280:9b81fb217820
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat May 13 11:55:39 2017 -0700
summary:     py3: remove delayed import of importlib

https://www.mercurial-scm.org/repo/hg/rev/c34532365b38
changeset:   32281:c34532365b38
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat May 13 11:58:08 2017 -0700
summary:     branchmap: remove use of buffer() to support Python 2.6

https://www.mercurial-scm.org/repo/hg/rev/0c0c9b12de52
changeset:   32282:0c0c9b12de52
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat May 13 12:14:24 2017 -0700
summary:     tests: remove regular expression matching for Python 2.6

https://www.mercurial-scm.org/repo/hg/rev/8a1ff5ed620e
changeset:   32283:8a1ff5ed620e
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Thu May 11 22:33:45 2017 -0400
summary:     extdiff: copy back execbit-only changes to the working directory

https://www.mercurial-scm.org/repo/hg/rev/16d424b97125
changeset:   32284:16d424b97125
user:        Kostia Balytskyi <ikostia at fb.com>
date:        Sun May 14 14:15:07 2017 -0700
summary:     shelve: refactor shelvestate loading

https://www.mercurial-scm.org/repo/hg/rev/fe3105e6e051
changeset:   32285:fe3105e6e051
user:        Kostia Balytskyi <ikostia at fb.com>
date:        Sat May 13 14:52:29 2017 -0700
summary:     shelve: make shelvestate use simplekeyvaluefile

https://www.mercurial-scm.org/repo/hg/rev/539cbe0f8fa3
changeset:   32286:539cbe0f8fa3
user:        Jun Wu <quark at fb.com>
date:        Wed May 10 16:17:58 2017 -0700
summary:     flagprocessor: add a fast path when flags is 0

https://www.mercurial-scm.org/repo/hg/rev/df3cf9422e1b
changeset:   32287:df3cf9422e1b
bookmark:    @
tag:         tip
user:        Durham Goode <durham at fb.com>
date:        Mon May 15 09:35:27 2017 -0700
summary:     changegroup: add bundlecaps back

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


More information about the Mercurial-devel mailing list