Show More
@@ -288,6 +288,8 b' class localrepository(object):' | |||
|
288 | 288 | self.root = self.wvfs.base |
|
289 | 289 | self.path = self.wvfs.join(".hg") |
|
290 | 290 | self.origroot = path |
|
291 | # These auditor are not used by the vfs, | |
|
292 | # only used when writing this comment: basectx.match | |
|
291 | 293 | self.auditor = pathutil.pathauditor(self.root, self._checknested) |
|
292 | 294 | self.nofsauditor = pathutil.pathauditor(self.root, self._checknested, |
|
293 | 295 | realfs=False) |
General Comments 0
You need to be logged in to leave comments.
Login now