hgext/color.py
changeset 9523 d932dc655881
parent 9478 32ec70799172
parent 9520 bcc27ee3a37b
child 9550 3bcb28131bab
--- a/hgext/color.py	Sat Oct 03 14:39:46 2009 -0500
+++ b/hgext/color.py	Sat Oct 03 14:39:57 2009 -0500
@@ -160,9 +160,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')