diff hgext/convert/darcs.py @ 9467:4c041f1ee1b4

do not attempt to translate ui.debug output
author Martin Geisler <mg@lazybytes.net>
date Sat, 19 Sep 2009 01:15:38 +0200
parents 6fd3f795e908
children 53a95a744812
line wrap: on
line diff
--- a/hgext/convert/darcs.py	Fri Sep 18 17:37:51 2009 +0200
+++ b/hgext/convert/darcs.py	Sat Sep 19 01:15:38 2009 +0200
@@ -75,7 +75,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):