hgext/color.py
changeset 16743 38caf405d010
parent 15771 425c1309718f
child 17424 e7cfe3587ea4
--- a/hgext/color.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/color.py	Tue May 15 14:37:49 2012 -0500
@@ -105,6 +105,8 @@
 from mercurial import commands, dispatch, extensions, ui as uimod, util
 from mercurial.i18n import _
 
+testedwith = 'internal'
+
 # start and stop parameters for effects
 _effects = {'none': 0, 'black': 30, 'red': 31, 'green': 32, 'yellow': 33,
             'blue': 34, 'magenta': 35, 'cyan': 36, 'white': 37, 'bold': 1,