ignore "Updated external to revision XXX" lines if they are the only ones present
This commit is contained in:
parent
146bdc347b
commit
a970a6ef8a
2
jsvn
2
jsvn
@ -402,7 +402,7 @@ def filter_update(pout, out):
|
|||||||
continue
|
continue
|
||||||
if re.match(r'\s*$', line):
|
if re.match(r'\s*$', line):
|
||||||
continue
|
continue
|
||||||
if re.match(r'External at revision ', line):
|
if re.match(r'(External at|Updated external to) revision ', line):
|
||||||
if external_printed:
|
if external_printed:
|
||||||
out.write(line)
|
out.write(line)
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user