contrib/perf.py
changeset 27345 98266b1d144d
parent 27308 7bc52ac46172
child 27382 de7bcbc68042
--- a/contrib/perf.py	Mon Dec 14 18:54:03 2015 -0500
+++ b/contrib/perf.py	Mon Dec 14 20:37:41 2015 -0500
@@ -253,7 +253,7 @@
         # acceptremote is True because we don't want prompts in the middle of
         # our benchmark
         merge.calculateupdates(repo, wctx, rctx, [ancestor], False, False,
-                               False, acceptremote=True, followcopies=True)
+                               acceptremote=True, followcopies=True)
     timer(d)
     fm.end()
 
@@ -679,4 +679,3 @@
         timer, fm = gettimer(ui, opts)
         timer(fn, title=title)
         fm.end()
-