Show More
@@ -495,6 +495,9 b' def checkfile(f, logfunc=_defaultlogger.' | |||||
495 | l = prelines[n] |
|
495 | l = prelines[n] | |
496 |
|
496 | |||
497 | if ignore and re.search(ignore, l, re.MULTILINE): |
|
497 | if ignore and re.search(ignore, l, re.MULTILINE): | |
|
498 | if debug: | |||
|
499 | print "Skipping %s for %s:%s (ignore pattern)" % ( | |||
|
500 | name, f, n) | |||
498 | continue |
|
501 | continue | |
499 | bd = "" |
|
502 | bd = "" | |
500 | if blame: |
|
503 | if blame: |
General Comments 0
You need to be logged in to leave comments.
Login now