branch | stable |
changeset 15381 | c519cd8f0169 |
parent 15355 | dbdb777502dc |
child 15457 | 1470f8b00694 |
--- a/hgext/convert/darcs.py Fri Oct 28 15:00:21 2011 +0200 +++ b/hgext/convert/darcs.py Sat Oct 29 11:02:23 2011 -0500 @@ -45,7 +45,7 @@ if ElementTree is None: raise util.Abort(_("Python ElementTree module is not available")) - self.path = util.realpath(path) + self.path = os.path.realpath(path) self.lastrev = None self.changes = {}