mercurial/localrepo.py
changeset 14603 68a43fdd7d80
parent 14549 48ec0763afbb
child 14646 001788ef4bbb
--- a/mercurial/localrepo.py	Mon Jun 13 12:51:37 2011 -0500
+++ b/mercurial/localrepo.py	Mon Jun 13 12:51:38 2011 -0500
@@ -563,7 +563,7 @@
         return [(n in nm) for n in nodes]
 
     def local(self):
-        return True
+        return self
 
     def join(self, f):
         return os.path.join(self.path, f)