Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 4182:ba51a8225a60
Merge with crew-stable
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Sat, 10 Mar 2007 17:45:32 -0800 |
parents | ac9e891f2c0f 7b5723c95a82 |
children | b5d1eaade333 |
line wrap: on
line diff
--- a/mercurial/localrepo.py Fri Mar 09 20:08:13 2007 +0100 +++ b/mercurial/localrepo.py Sat Mar 10 17:45:32 2007 -0800 @@ -31,8 +31,8 @@ " here (.hg not found)")) path = p - self.path = os.path.join(path, ".hg") self.root = os.path.realpath(path) + self.path = os.path.join(self.root, ".hg") self.origroot = path self.opener = util.opener(self.path) self.wopener = util.opener(self.root)