mercurial/localrepo.py
changeset 18945 e75b72fffdfe
parent 18811 0377352eb7d3
child 18946 3d4f41eaae67
--- a/mercurial/localrepo.py	Fri Jan 18 15:54:09 2013 +0100
+++ b/mercurial/localrepo.py	Mon Apr 15 01:22:15 2013 +0900
@@ -153,7 +153,7 @@
         return self.requirements[:]
 
     def __init__(self, baseui, path=None, create=False):
-        self.wvfs = scmutil.vfs(path, expand=True)
+        self.wvfs = scmutil.vfs(path, expandpath=True, realpath=True)
         self.wopener = self.wvfs
         self.root = self.wvfs.base
         self.path = self.wvfs.join(".hg")