mercurial/cmdutil.py
branchstable
changeset 16108 f7e0d95d0a0b
parent 16070 f11eee00c652
child 16165 60101427d618
--- a/mercurial/cmdutil.py	Fri Feb 10 16:09:30 2012 -0600
+++ b/mercurial/cmdutil.py	Fri Feb 10 16:52:32 2012 -0600
@@ -979,7 +979,7 @@
     wanted = set()
     slowpath = match.anypats() or (match.files() and opts.get('removed'))
     fncache = {}
-    change = util.cachefunc(repo.changectx)
+    change = repo.changectx
 
     # First step is to fill wanted, the set of revisions that we want to yield.
     # When it does not induce extra cost, we also fill fncache for revisions in