Submitter | Pierre-Yves David |
---|---|
Date | Dec. 24, 2013, 12:32 a.m. |
Message ID | <1612cb8211a52d6f19cf.1387845140@marginatus.fb.com> |
Download | mbox | patch |
Permalink | /patch/3233/ |
State | Accepted |
Commit | d67a7758da6d21e85da24905bb23d950f256eaef |
Headers | show |
Comments
Patch
diff --git a/contrib/perf.py b/contrib/perf.py --- a/contrib/perf.py +++ b/contrib/perf.py @@ -359,11 +359,11 @@ def perfvolatilesets(ui, repo, *names): timer(getobs(name), title=name) def getfiltered(name): def d(): repo.invalidatevolatilesets() - repoview.filteredrevs(repo, name) + repoview.filterrevs(repo, name) return d allfilter = sorted(repoview.filtertable) if names: allfilter = [n for n in allfilter if n in names]