hgext/win32mbcs.py
changeset 29397 844f72885fb9
parent 29205 a0939666b836
child 29841 d5883fd055c6
equal deleted inserted replaced
29396:d0ae5b8f80dc 29397:844f72885fb9
   190             wrapname(f, reversewrapper)
   190             wrapname(f, reversewrapper)
   191         # Check sys.args manually instead of using ui.debug() because
   191         # Check sys.args manually instead of using ui.debug() because
   192         # command line options is not yet applied when
   192         # command line options is not yet applied when
   193         # extensions.loadall() is called.
   193         # extensions.loadall() is called.
   194         if '--debug' in sys.argv:
   194         if '--debug' in sys.argv:
   195             ui.write("[win32mbcs] activated with encoding: %s\n"
   195             ui.write(("[win32mbcs] activated with encoding: %s\n")
   196                      % _encoding)
   196                      % _encoding)