# HG changeset patch # User Matt Mackall # Date 1447966947 21600 # Node ID cdc3e437b48164161b33f56fbf98c82c8b0c1a34 # Parent 448cbdab58837dc1257a77cf3d7495db59ab964f perf: un-bitrot perfstatus diff -r 448cbdab5883 -r cdc3e437b481 contrib/perf.py --- a/contrib/perf.py Thu Nov 19 13:15:17 2015 -0600 +++ b/contrib/perf.py Thu Nov 19 15:02:27 2015 -0600 @@ -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()