changeset 19711 | 0a881ea4bed4 |
parent 19378 | 9de689d20230 |
child 19712 | 79e5de2bfa8c |
--- a/contrib/perf.py Fri Sep 06 13:16:21 2013 -0700 +++ b/contrib/perf.py Fri Sep 06 13:20:07 2013 -0700 @@ -175,9 +175,9 @@ def perfmanifest(ui, repo): def d(): t = repo.manifest.tip() + repo.manifest._mancache.clear() + repo.manifest._cache = None repo.manifest.read(t) - repo.manifest.mapcache = None - repo.manifest._cache = None timer(d) @command('perfchangeset')