hgext/convert/gnuarch.py
branchstable
changeset 15355 dbdb777502dc
parent 14271 4030630fb59c
child 15381 c519cd8f0169
--- a/hgext/convert/gnuarch.py	Mon Oct 24 13:54:59 2011 +0200
+++ b/hgext/convert/gnuarch.py	Mon Oct 24 13:51:24 2011 +0200
@@ -46,7 +46,7 @@
 
         commandline.__init__(self, ui, self.execmd)
 
-        self.path = os.path.realpath(path)
+        self.path = util.realpath(path)
         self.tmppath = None
 
         self.treeversion = None