author | Kevin Bullock <kbullock@ringworld.org> |
Tue, 29 Sep 2009 23:49:42 -0500 | |
changeset 9520 | bcc27ee3a37b |
parent 9519 | 0d3c1aa9d5de |
child 9521 | e3ce0c30798b |
hgext/color.py | file | annotate | diff | comparison | revisions |
--- a/hgext/color.py Thu Oct 01 08:50:10 2009 +0200 +++ b/hgext/color.py Tue Sep 29 23:49:42 2009 -0500 @@ -162,9 +162,8 @@ return retval _patch_effects = { 'applied': ['blue', 'bold', 'underline'], - 'missing': ['red', 'bold'], - 'unapplied': ['black', 'bold'], } - + 'missing': ['red', 'bold'], + 'unapplied': ['black', 'bold'], } def colorwrap(orig, s): '''wrap ui.write for colored diff output''' lines = s.split('\n')