##// END OF EJS Templates
perfmanifest: fix cache invalidation...
Siddharth Agarwal -
r19711:0a881ea4 default
parent child Browse files
Show More
@@ -175,9 +175,9 b' def perfpathcopies(ui, repo, rev1, rev2)'
175 def perfmanifest(ui, repo):
175 def perfmanifest(ui, repo):
176 def d():
176 def d():
177 t = repo.manifest.tip()
177 t = repo.manifest.tip()
178 repo.manifest._mancache.clear()
179 repo.manifest._cache = None
178 repo.manifest.read(t)
180 repo.manifest.read(t)
179 repo.manifest.mapcache = None
180 repo.manifest._cache = None
181 timer(d)
181 timer(d)
182
182
183 @command('perfchangeset')
183 @command('perfchangeset')
General Comments 0
You need to be logged in to leave comments. Login now