author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
Fri, 31 Aug 2007 01:21:31 +0200 | |
changeset 5272 | a0229e4e4b73 |
parent 5271 | fae670ee6c6d |
child 5273 | 6e0f05f6f68d |
--- a/mercurial/localrepo.py Thu Aug 30 23:54:01 2007 +0200 +++ b/mercurial/localrepo.py Fri Aug 31 01:21:31 2007 +0200 @@ -18,7 +18,6 @@ def __init__(self, parentui, path=None, create=0): repo.repository.__init__(self) - self.path = path self.root = os.path.realpath(path) self.path = os.path.join(self.root, ".hg") self.origroot = path