##// END OF EJS Templates
perf: update function name to match `perfbranchmapload` command...
Boris Feld -
r40735:94d76dda default
parent child Browse files
Show More
@@ -2227,7 +2227,7 b' def perfbranchmap(ui, repo, *filternames'
2227 (b'f', b'filter', b'', b'Specify repoview filter'),
2227 (b'f', b'filter', b'', b'Specify repoview filter'),
2228 (b'', b'list', False, b'List brachmap filter caches'),
2228 (b'', b'list', False, b'List brachmap filter caches'),
2229 ] + formatteropts)
2229 ] + formatteropts)
2230 def perfbranchmapread(ui, repo, filter=b'', list=False, **opts):
2230 def perfbranchmapload(ui, repo, filter=b'', list=False, **opts):
2231 """benchmark reading the branchmap"""
2231 """benchmark reading the branchmap"""
2232 opts = _byteskwargs(opts)
2232 opts = _byteskwargs(opts)
2233
2233
General Comments 0
You need to be logged in to leave comments. Login now