contrib/perf.py
changeset 16683 525fdb738975
parent 16414 e8d37b78acfb
child 16689 f366d4c2ff34
--- a/contrib/perf.py	Fri May 11 18:41:04 2012 +0200
+++ b/contrib/perf.py	Sat May 12 15:54:54 2012 +0200
@@ -42,7 +42,8 @@
 
 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):