##// END OF EJS Templates
perf: call clearcaches() in perfmanifest...
Gregory Szorc -
r27467:fbe292b5 default
parent child Browse files
Show More
@@ -273,8 +273,7 b' def perfmanifest(ui, repo, rev, **opts):'
273 273 ctx = scmutil.revsingle(repo, rev, rev)
274 274 t = ctx.manifestnode()
275 275 def d():
276 repo.manifest._mancache.clear()
277 repo.manifest._cache = None
276 repo.manifest.clearcaches()
278 277 repo.manifest.read(t)
279 278 timer(d)
280 279 fm.end()
General Comments 0
You need to be logged in to leave comments. Login now