equal
deleted
inserted
replaced
493 pos += step |
493 pos += step |
494 n += 1 |
494 n += 1 |
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: |
501 bd = 'working directory' |
504 bd = 'working directory' |
502 if not blamecache: |
505 if not blamecache: |