##// END OF EJS Templates
auditor: add simple comment about repo.auditor and al...
marmoute -
r33254:4ea0b7a6 default
parent child Browse files
Show More
@@ -288,6 +288,8 b' class localrepository(object):'
288 self.root = self.wvfs.base
288 self.root = self.wvfs.base
289 self.path = self.wvfs.join(".hg")
289 self.path = self.wvfs.join(".hg")
290 self.origroot = path
290 self.origroot = path
291 # These auditor are not used by the vfs,
292 # only used when writing this comment: basectx.match
291 self.auditor = pathutil.pathauditor(self.root, self._checknested)
293 self.auditor = pathutil.pathauditor(self.root, self._checknested)
292 self.nofsauditor = pathutil.pathauditor(self.root, self._checknested,
294 self.nofsauditor = pathutil.pathauditor(self.root, self._checknested,
293 realfs=False)
295 realfs=False)
General Comments 0
You need to be logged in to leave comments. Login now