Skip to content
Snippets Groups Projects
Commit cdc3e437 authored by Matt Mackall's avatar Matt Mackall
Browse files

perf: un-bitrot perfstatus

parent 448cbdab
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@
#m = match.always(repo.root, repo.getcwd())
#timer(lambda: sum(map(len, repo.dirstate.status(m, [], False, False,
# False))))
timer, fm = gettimer(ui, **opts)
timer, fm = gettimer(ui, opts)
timer(lambda: sum(map(len, repo.status(unknown=opts['unknown']))))
fm.end()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment