(0.9.2compat) do not mark debug message for translation 0.9.2compat
authorChristian Ebert <blacktrash@gmx.net>
Sat, 19 Sep 2009 12:06:50 +0200
branch0.9.2compat
changeset 648 3a0f284c872b
parent 644 b3d3788db7ef
child 658 efcbed613548
(0.9.2compat) do not mark debug message for translation
hgkw/keyword.py
--- a/hgkw/keyword.py	Sat Sep 19 12:00:02 2009 +0200
+++ b/hgkw/keyword.py	Sat Sep 19 12:06:50 2009 +0200
@@ -523,7 +523,7 @@
     fmt = ui.verbose and ' in %s' % path or ''
     ui.status(_('\n\t%s keywords expanded%s\n') % (kwstatus, fmt))
     ui.write(repo.wread(fn))
-    ui.debug(_('\nremoving temporary repository %s\n') % tmpdir)
+    ui.debug('\nremoving temporary repository %s\n' % tmpdir)
     shutil.rmtree(tmpdir, ignore_errors=True)
 
 def expand(ui, repo, *pats, **opts):