changeset 27017:cdc3e437b481

perf: un-bitrot perfstatus
author Matt Mackall <mpm@selenic.com>
date Thu, 19 Nov 2015 15:02:27 -0600
parents 448cbdab5883
children e5be48dd8215
files contrib/perf.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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()