jsvn: tweak colordiff "@@" coloring
This commit is contained in:
parent
db9c29f525
commit
2e59940696
2
jsvn
2
jsvn
@ -110,8 +110,8 @@ def colordiff(out, line):
|
|||||||
if m is not None:
|
if m is not None:
|
||||||
ansi_color(out, 'cyan')
|
ansi_color(out, 'cyan')
|
||||||
out.write(m.group(1))
|
out.write(m.group(1))
|
||||||
out.write(m.group(2))
|
|
||||||
ansi_reset(out)
|
ansi_reset(out)
|
||||||
|
out.write(m.group(2))
|
||||||
out.write('\n')
|
out.write('\n')
|
||||||
return
|
return
|
||||||
out.write(line)
|
out.write(line)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user