diff -r c8177792fef6 -r b8ff7d0ff361 mercurial/localrepo.py --- a/mercurial/localrepo.py Thu Jun 08 21:54:30 2017 -0700 +++ b/mercurial/localrepo.py Thu Jun 08 23:23:37 2017 -0700 @@ -270,7 +270,6 @@ 'treemanifest', 'manifestv2', } - filtername = None # a list of (ui, featureset) functions. # only functions defined in module of enabled extensions are invoked @@ -278,6 +277,7 @@ def __init__(self, baseui, path, create=False): self.requirements = set() + self.filtername = None # wvfs: rooted at the repository root, used to access the working copy self.wvfs = vfsmod.vfs(path, expandpath=True, realpath=True) # vfs: rooted at .hg, used to access repo files outside of .hg/store