Mercurial > hg
comparison mercurial/pure/diffhelpers.py @ 32266:2b6692df1bdf
caches: stop warming the cache after 'localrepo.commitctx'
Now that we garantee that branchmap cache are updated at the end of the
transaction we can drop that one. This removes a problematic case with nested
transaction where the new cache could be written on disk before the transaction
is finished.
The test change is harmless, since we update the cache at a later point, the
dirstate have been updated in between.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 02 May 2017 18:56:07 +0200 |
parents | 80214358ac88 |
children | f53b55b162f4 |
comparison
equal
deleted
inserted
replaced
32265:ccef71de7d41 | 32266:2b6692df1bdf |
---|