update: handle "Removed external '...'" messages better

This commit is contained in:
Josh Holtrop 2014-08-08 08:35:48 -04:00
parent 9fd1b4bfed
commit 3fbec5ea29

3
jsvn
View File

@ -410,6 +410,9 @@ def filter_update(pout, out):
out.write('\n') out.write('\n')
out.write(line) out.write(line)
continue continue
if re.match(r'^Removed external ', line):
out.write(line)
continue
# anything not matched yet will cause an external to be shown # anything not matched yet will cause an external to be shown
if not external_printed: if not external_printed: