diff -r 973671fc0804 -r 38caf405d010 hgext/win32mbcs.py --- 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) -