mercurial/localrepo.py
changeset 5272 a0229e4e4b73
parent 5258 b534c502bfb3
child 5323 46455285c6b5
--- 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