Show More
@@ -755,7 +755,8 b' def _interestingfiles(repo, matcher):' | |||||
755 |
|
755 | |||
756 | ctx = repo[None] |
|
756 | ctx = repo[None] | |
757 | dirstate = repo.dirstate |
|
757 | dirstate = repo.dirstate | |
758 |
walkresults = dirstate.walk(matcher, sorted(ctx.substate), True, False |
|
758 | walkresults = dirstate.walk(matcher, sorted(ctx.substate), True, False, | |
|
759 | full=False) | |||
759 | for abs, st in walkresults.iteritems(): |
|
760 | for abs, st in walkresults.iteritems(): | |
760 | dstate = dirstate[abs] |
|
761 | dstate = dirstate[abs] | |
761 | if dstate == '?' and audit_path.check(abs): |
|
762 | if dstate == '?' and audit_path.check(abs): |
General Comments 0
You need to be logged in to leave comments.
Login now