Mercurial > hg-stable
changeset 30296:7a53458fae4e
color: add basic documentation to 'debugcolor'
This does not hurt.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Thu, 03 Nov 2016 14:12:32 +0100 |
parents | e58acb4fc510 |
children | e1f6898a80e1 |
files | hgext/color.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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():