Mercurial > public > mercurial-scm > hg-stable
diff contrib/perf.py @ 27017:cdc3e437b481
perf: un-bitrot perfstatus
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 19 Nov 2015 15:02:27 -0600 |
parents | 5ba0a99ff27f |
children | e18a9ceade3b |
line wrap: on
line diff
--- 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()