Submitter | Pierre-Yves David |
---|---|
Date | July 2, 2017, 2:56 a.m. |
Message ID | <907925f744b8f7886741.1498964189@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/21879/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -286,6 +286,8 @@ class localrepository(object): self.root = self.wvfs.base self.path = self.wvfs.join(".hg") self.origroot = path + # These auditor are not used by the vfs, + # only used when writing this comment: basectx.match self.auditor = pathutil.pathauditor(self.root, self._checknested) self.nofsauditor = pathutil.pathauditor(self.root, self._checknested, realfs=False)