hgext/win32mbcs.py
changeset 16743 38caf405d010
parent 15724 9e6a13c2aeb9
child 17428 72803c8edaa4
--- a/hgext/win32mbcs.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/win32mbcs.py	Tue May 15 14:37:49 2012 -0500
@@ -48,6 +48,7 @@
 import os, sys
 from mercurial.i18n import _
 from mercurial import util, encoding
+testedwith = 'internal'
 
 _encoding = None                                # see extsetup
 
@@ -164,4 +165,3 @@
         if '--debug' in sys.argv:
             ui.write("[win32mbcs] activated with encoding: %s\n"
                      % _encoding)
-