contrib/perf.py
changeset 27017 cdc3e437b481
parent 26748 5ba0a99ff27f
child 27072 e18a9ceade3b
--- 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()