changeset 3623 | 44247ecc2965 |
parent 3621 | 7d3d603e7df9 |
child 3664 | cabe62800120 |
--- a/mercurial/localrepo.py Tue Nov 07 22:18:34 2006 +0100 +++ b/mercurial/localrepo.py Tue Nov 07 22:35:07 2006 +0100 @@ -43,7 +43,7 @@ elif create: raise repo.RepoError(_("repository %s already exists") % path) - self.root = os.path.abspath(path) + self.root = os.path.realpath(path) self.origroot = path self.ui = ui.ui(parentui=parentui) self.opener = util.opener(self.path)