changeset 11321 | 40c06bbf58be |
parent 11310 | ac873ecfc3c2 |
child 11326 | c89309fa907d |
--- a/hgext/color.py Wed Jun 09 12:45:48 2010 +0100 +++ b/hgext/color.py Sun Jun 06 17:25:00 2010 +0900 @@ -218,7 +218,8 @@ extensions.wrapfunction(dispatch, '_runcommand', colorcmd) commands.globalopts.append(('', 'color', 'auto', - _("when to colorize (always, auto, or never)"))) + _("when to colorize (always, auto, or never)"), + _('TYPE'))) try: import re, pywintypes