hgext/win32mbcs.py
changeset 9467 4c041f1ee1b4
parent 9466 1214c64c592b
child 9569 ceb0f59e1327
--- a/hgext/win32mbcs.py	Fri Sep 18 17:37:51 2009 +0200
+++ b/hgext/win32mbcs.py	Sat Sep 19 01:15:38 2009 +0200
@@ -142,6 +142,6 @@
         for f in funcs.split():
             wrapname(f, wrapper)
         wrapname("mercurial.osutil.listdir", wrapperforlistdir)
-        ui.debug(_("[win32mbcs] activated with encoding: %s\n")
+        ui.debug("[win32mbcs] activated with encoding: %s\n"
                  % encoding.encoding)