Show More
@@ -214,6 +214,8 b' class localrepository(object):' | |||||
214 | self.path = self.wvfs.join(".hg") |
|
214 | self.path = self.wvfs.join(".hg") | |
215 | self.origroot = path |
|
215 | self.origroot = path | |
216 | self.auditor = pathutil.pathauditor(self.root, self._checknested) |
|
216 | self.auditor = pathutil.pathauditor(self.root, self._checknested) | |
|
217 | self.nofsauditor = pathutil.pathauditor(self.root, self._checknested, | |||
|
218 | realfs=False) | |||
217 | self.vfs = scmutil.vfs(self.path) |
|
219 | self.vfs = scmutil.vfs(self.path) | |
218 | self.opener = self.vfs |
|
220 | self.opener = self.vfs | |
219 | self.baseui = baseui |
|
221 | self.baseui = baseui |
General Comments 0
You need to be logged in to leave comments.
Login now