sapling/fastmanifest
Durham Goode 0332f82cce treemanifest: support readdelta in fastmanifest
If we were using fastmanifest in a treeonly repository, hg show would try to
access the manifest delta via the revlog which would crash. The fix is to make
fastmanifest first try accessing the data via the tree, before falling back to
the delta.

My attempts at automatically testing this failed, but I had a repro in a real
repository and confirmed this fixed the issue.
2017-11-01 17:10:05 -07:00
..
__init__.py configs: register more of our configs 2017-10-23 20:02:57 -07:00
cachemanager.py checkcode: remove unnecessary 'pass' statements 2017-10-04 18:55:07 -07:00
concurrency.py codemod: use pycompat.is* to check platforms 2017-10-17 13:05:18 -07:00
constants.py fastmanifest: add documentation of constants 2016-06-08 14:28:14 -07:00
debug.py configs: register more of our configs 2017-10-23 20:02:57 -07:00
implementation.py treemanifest: support readdelta in fastmanifest 2017-11-01 17:10:05 -07:00
metrics.py configs: register more of our configs 2017-10-23 20:02:57 -07:00