Show More
@@ -979,7 +979,7 b' def walkchangerevs(repo, match, opts, pr' | |||||
979 | wanted = set() |
|
979 | wanted = set() | |
980 | slowpath = match.anypats() or (match.files() and opts.get('removed')) |
|
980 | slowpath = match.anypats() or (match.files() and opts.get('removed')) | |
981 | fncache = {} |
|
981 | fncache = {} | |
982 |
change = |
|
982 | change = repo.changectx | |
983 |
|
983 | |||
984 | # First step is to fill wanted, the set of revisions that we want to yield. |
|
984 | # First step is to fill wanted, the set of revisions that we want to yield. | |
985 | # When it does not induce extra cost, we also fill fncache for revisions in |
|
985 | # When it does not induce extra cost, we also fill fncache for revisions in |
General Comments 0
You need to be logged in to leave comments.
Login now