##// END OF EJS Templates
walkchangerevs: reset cache between windows
Matt Mackall -
r9664:2a4a0dc4 default
parent child Browse files
Show More
@@ -1210,6 +1210,7 b' def walkchangerevs(ui, repo, match, opts'
1210 1210 return rev in wanted
1211 1211
1212 1212 for i, window in increasing_windows(0, len(revs)):
1213 change = util.cachefunc(repo.changectx)
1213 1214 nrevs = [rev for rev in revs[i:i+window] if want(rev)]
1214 1215 for rev in sorted(nrevs):
1215 1216 fns = fncache.get(rev)
General Comments 0
You need to be logged in to leave comments. Login now