contrib/perf.py
changeset 23537 f1b06a8aad42
parent 23533 891aaa7c0c70
child 23788 316ad725a1dd
--- a/contrib/perf.py	Wed Nov 26 16:13:38 2014 -0500
+++ b/contrib/perf.py	Mon Nov 24 22:27:49 2014 -0500
@@ -95,7 +95,7 @@
         oldquiet = repo.ui.quiet
         repo.ui.quiet = True
         matcher = scmutil.match(repo[None])
-        timer(lambda: scmutil.addremove(repo, matcher, dry_run=True))
+        timer(lambda: scmutil.addremove(repo, matcher, "", dry_run=True))
     finally:
         repo.ui.quiet = oldquiet
         fm.end()