mercurial/localrepo.py
changeset 5269 a0229e4e4b73
parent 5254 b534c502bfb3
child 5319 46455285c6b5
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -18,7 +18,6 @@ class localrepository(repo.repository):
 
     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