##// END OF EJS Templates
log: remove dependence on repo.changectx()...
Martin von Zweigbergk -
r37319:8823615f default
parent child Browse files
Show More
@@ -1839,7 +1839,7 b' def walkchangerevs(repo, match, opts, pr'
1839 wanted = set()
1839 wanted = set()
1840 slowpath = match.anypats() or (not match.always() and opts.get('removed'))
1840 slowpath = match.anypats() or (not match.always() and opts.get('removed'))
1841 fncache = {}
1841 fncache = {}
1842 change = repo.changectx
1842 change = repo.__getitem__
1843
1843
1844 # First step is to fill wanted, the set of revisions that we want to yield.
1844 # First step is to fill wanted, the set of revisions that we want to yield.
1845 # When it does not induce extra cost, we also fill fncache for revisions in
1845 # 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