mercurial/localrepo.py
changeset 14220 21b8ce4d3331
parent 14195 0013d3eeb826
child 14232 df2399663392
--- a/mercurial/localrepo.py	Fri May 06 12:09:20 2011 +0200
+++ b/mercurial/localrepo.py	Fri May 06 09:54:06 2011 +0200
@@ -30,7 +30,7 @@
         self.root = os.path.realpath(util.expandpath(path))
         self.path = os.path.join(self.root, ".hg")
         self.origroot = path
-        self.auditor = scmutil.path_auditor(self.root, self._checknested)
+        self.auditor = scmutil.pathauditor(self.root, self._checknested)
         self.opener = scmutil.opener(self.path)
         self.wopener = scmutil.opener(self.root)
         self.baseui = baseui