##// END OF EJS Templates
color: add basic documentation to 'debugcolor'...
Pierre-Yves David -
r30282:7a53458f default
parent child Browse files
Show More
@@ -538,6 +538,7 b' def extsetup(ui):'
538 538
539 539 @command('debugcolor', [], 'hg debugcolor')
540 540 def debugcolor(ui, repo, **opts):
541 """show available colors and effects"""
541 542 global _styles
542 543 _styles = {}
543 544 for effect in _effects.keys():
General Comments 0
You need to be logged in to leave comments. Login now