mercurial/cmdutil.py
changeset 9664 2a4a0dc4fb85
parent 9662 f3d60543924f
child 9665 1de5ebfa5585
--- a/mercurial/cmdutil.py	Thu Oct 29 17:07:54 2009 -0500
+++ b/mercurial/cmdutil.py	Thu Oct 29 19:03:13 2009 -0500
@@ -1210,6 +1210,7 @@
                 return rev in wanted
 
         for i, window in increasing_windows(0, len(revs)):
+            change = util.cachefunc(repo.changectx)
             nrevs = [rev for rev in revs[i:i+window] if want(rev)]
             for rev in sorted(nrevs):
                 fns = fncache.get(rev)