contrib/perf.py
branchstable
changeset 10493 283f3b413f19
parent 10282 08a0f04b56bd
child 11694 bf49d48e4602
--- a/contrib/perf.py	Wed Feb 17 15:43:21 2010 +0100
+++ b/contrib/perf.py	Wed Feb 17 20:30:57 2010 +0100
@@ -42,7 +42,7 @@
 
 def perfstatus(ui, repo, *pats):
     #m = match.always(repo.root, repo.getcwd())
-    #timer(lambda: sum(map(len, repo.dirstate.status(m, False, False, False))))
+    #timer(lambda: sum(map(len, repo.dirstate.status(m, [], False, False, False))))
     timer(lambda: sum(map(len, repo.status())))
 
 def perfheads(ui, repo):