changeset 30282 | 7a53458fae4e |
parent 30176 | 9f41b66cffc0 |
child 30283 | e1f6898a80e1 |
--- a/hgext/color.py Thu Nov 03 05:12:23 2016 +0100 +++ b/hgext/color.py Thu Nov 03 14:12:32 2016 +0100 @@ -538,6 +538,7 @@ @command('debugcolor', [], 'hg debugcolor') def debugcolor(ui, repo, **opts): + """show available colors and effects""" global _styles _styles = {} for effect in _effects.keys():