Submitter | Boris Feld |
---|---|
Date | Nov. 23, 2018, 2:08 p.m. |
Message ID | <9f29b499e0adb22a3fd2.1542982138@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/36732/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/contrib/perf.py b/contrib/perf.py --- a/contrib/perf.py +++ b/contrib/perf.py @@ -2179,7 +2179,7 @@ def perfbranchmap(ui, repo, *filternames (b'f', b'filter', b'', b'Specify repoview filter'), (b'', b'list', False, b'List brachmap filter caches'), ] + formatteropts) -def perfbranchmapread(ui, repo, filter=b'', list=False, **opts): +def perfbranchmapload(ui, repo, filter=b'', list=False, **opts): """benchmark reading the branchmap""" opts = _byteskwargs(opts)