# HG changeset patch # User Pierre-Yves David # Date 1478178752 -3600 # Node ID 7a53458fae4eaffeb918a894dfb5860291debca9 # Parent e58acb4fc5108ca283f2ba304cda20164940aa17 color: add basic documentation to 'debugcolor' This does not hurt. diff -r e58acb4fc510 -r 7a53458fae4e hgext/color.py --- 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():