hgext/win32mbcs.py
changeset 29397 844f72885fb9
parent 29205 a0939666b836
child 29841 d5883fd055c6
--- a/hgext/win32mbcs.py	Wed Jun 22 21:30:49 2016 +0100
+++ b/hgext/win32mbcs.py	Tue Jun 21 00:50:39 2016 +0900
@@ -192,5 +192,5 @@
         # command line options is not yet applied when
         # extensions.loadall() is called.
         if '--debug' in sys.argv:
-            ui.write("[win32mbcs] activated with encoding: %s\n"
+            ui.write(("[win32mbcs] activated with encoding: %s\n")
                      % _encoding)