Submitter | Siddharth Agarwal |
---|---|
Date | Sept. 6, 2013, 9:01 p.m. |
Message ID | <9a82c7ceac3337c8aa7f.1378501278@dev1091.prn1.facebook.com> |
Download | mbox | patch |
Permalink | /patch/2396/ |
State | Accepted |
Commit | 0a881ea4bed4adc474551746e773ac42d713cca2 |
Headers | show |
Comments
Patch
diff --git a/contrib/perf.py b/contrib/perf.py --- a/contrib/perf.py +++ b/contrib/perf.py @@ -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')