sapling/fastmanifest
Durham Goode 8206f51a1c treemanifest: access stores through vfs when needed
Summary:
When using a bundle repo, the actual opener object is a readonly vfs instance
that wraps the real vfs. Since we store the manifest stores on the real vfs, we
need to look at it when necessary. This will be useful later when dealing with
bundle repos.

Test Plan:
Ran the tests. In a future diff I use the tree store with bundle
repos which verifies that this code path works.

Reviewers: #mercurial, ikostia

Reviewed By: ikostia

Subscribers: mitrandir, medson, mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D5326250

Signature: t1:5326250:1499349167:8830999032090e8754f433f60ae9bb8ccc45b6cd
2017-07-10 15:53:12 -07:00
..
__init__.py commands: update to use registrar instead of cmdutil 2017-05-22 13:38:37 -07:00
cachemanager.py fastmanifest: update to work with manifestlog 2016-11-16 12:11:06 -08:00
concurrency.py fastmanifest: fix some check code errors 2016-10-21 11:02:11 -07:00
constants.py fastmanifest: add documentation of constants 2016-06-08 14:28:14 -07:00
debug.py [fastmanifest] add a uiproxy object that forwards requests to a real ui object 2016-07-05 16:32:05 -07:00
implementation.py treemanifest: access stores through vfs when needed 2017-07-10 15:53:12 -07:00
metrics.py fastmanifest: fix logic error for debugmetrics and simplify test 2016-07-06 13:42:32 -07:00