--- a/mercurial/localrepo.py Sat Apr 12 06:37:38 2008 +0300 +++ b/mercurial/localrepo.py Sat Apr 12 20:03:54 2008 +0200 @@ -478,7 +478,7 @@ def rjoin(self, f): return os.path.join(self.root, util.pconvert(f)) - + def file(self, f): if f[0] == '/': f = f[1:]