jsvn: tweak colordiff "@@" coloring

This commit is contained in:
Josh Holtrop 2012-02-22 09:56:25 -05:00
parent db9c29f525
commit 2e59940696

2
jsvn
View File

@ -110,8 +110,8 @@ def colordiff(out, line):
if m is not None:
ansi_color(out, 'cyan')
out.write(m.group(1))
out.write(m.group(2))
ansi_reset(out)
out.write(m.group(2))
out.write('\n')
return
out.write(line)