Mercurial > public > mercurial-scm > hg
diff hgext/win32mbcs.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 | 1214c64c592b |
children | ceb0f59e1327 |
line wrap: on
line diff
--- 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)