##// END OF EJS Templates
color: allow multiple args to ui.write()
Kevin Bullock -
r9520:bcc27ee3 default
parent child Browse files
Show More
@@ -162,9 +162,8 b' def colorqseries(orig, ui, repo, *dummy,'
162 162 return retval
163 163
164 164 _patch_effects = { 'applied': ['blue', 'bold', 'underline'],
165 'missing': ['red', 'bold'],
166 'unapplied': ['black', 'bold'], }
167
165 'missing': ['red', 'bold'],
166 'unapplied': ['black', 'bold'], }
168 167 def colorwrap(orig, s):
169 168 '''wrap ui.write for colored diff output'''
170 169 lines = s.split('\n')
General Comments 0
You need to be logged in to leave comments. Login now