changeset 6956 | 12472a240398 |
parent 6762 | f67d1468ac50 |
child 7609 | 82107c6b009e |
--- a/hgext/convert/darcs.py Sun Aug 31 16:12:02 2008 +0200 +++ b/hgext/convert/darcs.py Sun Aug 31 16:12:02 2008 +0200 @@ -66,7 +66,7 @@ self.parents[child] = [] def after(self): - self.ui.debug('cleaning up %s\n' % self.tmppath) + self.ui.debug(_('cleaning up %s\n') % self.tmppath) shutil.rmtree(self.tmppath, ignore_errors=True) def xml(self, cmd, **kwargs):