diff -r c4f271293134 -r 68a43fdd7d80 mercurial/localrepo.py --- 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)