contrib/perf.py
changeset 30379 d79c141fdf41
parent 30347 6ecad4b73569
child 30380 10c924596e5c
--- a/contrib/perf.py	Thu Nov 10 02:13:19 2016 -0800
+++ b/contrib/perf.py	Thu Nov 10 02:13:19 2016 -0800
@@ -567,7 +567,7 @@
     t = ctx.manifestnode()
     def d():
         repo.manifest.clearcaches()
-        repo.manifest.read(t)
+        repo.manifestlog[t].read()
     timer(d)
     fm.end()