Mercurial > public > mercurial-scm > hg
diff hgext/win32mbcs.py @ 16743:38caf405d010
hgext: mark all first-party extensions as such
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 15 May 2012 14:37:49 -0500 |
parents | 9e6a13c2aeb9 |
children | 72803c8edaa4 |
line wrap: on
line diff
--- 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) -