author | Matt Mackall <mpm@selenic.com> |
Thu, 19 Nov 2015 15:02:27 -0600 | |
changeset 27017 | cdc3e437b481 |
parent 27016 | 448cbdab5883 |
child 27018 | e5be48dd8215 |
contrib/perf.py | file | annotate | diff | comparison | revisions |
--- 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()