Submitter | Pierre-Yves David |
---|---|
Date | Nov. 3, 2016, 3:56 p.m. |
Message ID | <eb48068030c410636db6.1478188592@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/17316/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/color.py b/hgext/color.py --- a/hgext/color.py +++ b/hgext/color.py @@ -538,6 +538,7 @@ def extsetup(ui): @command('debugcolor', [], 'hg debugcolor') def debugcolor(ui, repo, **opts): + """show available colors and effects""" global _styles _styles = {} for effect in _effects.keys():