color: add basic documentation to 'debugcolor'
authorPierre-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
color: add basic documentation to 'debugcolor' This does not hurt.
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():