hgext/convert/gnuarch.py
branchstable
changeset 15381 c519cd8f0169
parent 15355 dbdb777502dc
child 17391 fc24c10424d2
equal deleted inserted replaced
15380:a53888685a6c 15381:c519cd8f0169
    44             else:
    44             else:
    45                 raise util.Abort(_('cannot find a GNU Arch tool'))
    45                 raise util.Abort(_('cannot find a GNU Arch tool'))
    46 
    46 
    47         commandline.__init__(self, ui, self.execmd)
    47         commandline.__init__(self, ui, self.execmd)
    48 
    48 
    49         self.path = util.realpath(path)
    49         self.path = os.path.realpath(path)
    50         self.tmppath = None
    50         self.tmppath = None
    51 
    51 
    52         self.treeversion = None
    52         self.treeversion = None
    53         self.lastrev = None
    53         self.lastrev = None
    54         self.changes = {}
    54         self.changes = {}