author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
Thu, 03 Nov 2016 14:12:32 +0100 | |
changeset 30282 | 7a53458fae4e |
parent 30281 | e58acb4fc510 |
child 30283 | e1f6898a80e1 |
hgext/color.py | file | annotate | diff | comparison | revisions |
--- 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():