hgext/convert/subversion.py
branchstable
changeset 15355 dbdb777502dc
parent 15124 8542a9c9f679
child 15381 c519cd8f0169
--- a/hgext/convert/subversion.py	Mon Oct 24 13:54:59 2011 +0200
+++ b/hgext/convert/subversion.py	Mon Oct 24 13:51:24 2011 +0200
@@ -976,7 +976,7 @@
         self.wc = None
         self.cwd = os.getcwd()
 
-        path = os.path.realpath(path)
+        path = util.realpath(path)
 
         created = False
         if os.path.isfile(os.path.join(path, '.svn', 'entries')):