diff mercurial/localrepo.py @ 5272:a0229e4e4b73

remove unneeded statement
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 31 Aug 2007 01:21:31 +0200
parents b534c502bfb3
children 46455285c6b5
line wrap: on
line diff
--- 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