Show More
@@ -162,9 +162,8 b' def colorqseries(orig, ui, repo, *dummy,' | |||||
162 | return retval |
|
162 | return retval | |
163 |
|
163 | |||
164 | _patch_effects = { 'applied': ['blue', 'bold', 'underline'], |
|
164 | _patch_effects = { 'applied': ['blue', 'bold', 'underline'], | |
165 | 'missing': ['red', 'bold'], |
|
165 | 'missing': ['red', 'bold'], | |
166 | 'unapplied': ['black', 'bold'], } |
|
166 | 'unapplied': ['black', 'bold'], } | |
167 |
|
||||
168 | def colorwrap(orig, s): |
|
167 | def colorwrap(orig, s): | |
169 | '''wrap ui.write for colored diff output''' |
|
168 | '''wrap ui.write for colored diff output''' | |
170 | lines = s.split('\n') |
|
169 | lines = s.split('\n') |
General Comments 0
You need to be logged in to leave comments.
Login now