##// END OF EJS Templates
color: mark --no-color as deprecated (--color=never has the same effect)...
Brodie Rao -
r9478:32ec7079 default
parent child Browse files
Show More
@@ -256,7 +256,7 b' def _setupcmd(ui, cmd, table, func, effe'
256 entry = extensions.wrapcommand(table, cmd, nocolor)
256 entry = extensions.wrapcommand(table, cmd, nocolor)
257 entry[1].extend([
257 entry[1].extend([
258 ('', 'color', 'auto', _("when to colorize (always, auto, or never)")),
258 ('', 'color', 'auto', _("when to colorize (always, auto, or never)")),
259 ('', 'no-color', None, _("don't colorize output")),
259 ('', 'no-color', None, _("don't colorize output (DEPRECATED)")),
260 ])
260 ])
261
261
262 for status in effectsmap:
262 for status in effectsmap:
General Comments 0
You need to be logged in to leave comments. Login now