equal
deleted
inserted
replaced
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 = {} |