Show More
@@ -538,6 +538,7 b' def extsetup(ui):' | |||||
538 |
|
538 | |||
539 | @command('debugcolor', [], 'hg debugcolor') |
|
539 | @command('debugcolor', [], 'hg debugcolor') | |
540 | def debugcolor(ui, repo, **opts): |
|
540 | def debugcolor(ui, repo, **opts): | |
|
541 | """show available colors and effects""" | |||
541 | global _styles |
|
542 | global _styles | |
542 | _styles = {} |
|
543 | _styles = {} | |
543 | for effect in _effects.keys(): |
|
544 | for effect in _effects.keys(): |
General Comments 0
You need to be logged in to leave comments.
Login now