mercurial/commands.py
changeset 27344 43c00ca887d1
parent 27329 944af8e2eb4c
child 27352 9fd8f1552369
--- a/mercurial/commands.py	Sat Dec 12 09:57:05 2015 -0800
+++ b/mercurial/commands.py	Mon Dec 14 18:54:03 2015 -0500
@@ -636,8 +636,7 @@
             try:
                 ui.setconfig('ui', 'forcemerge', opts.get('tool', ''),
                              'backout')
-                stats = mergemod.update(repo, parent, True, True, False,
-                                        node, False)
+                stats = mergemod.update(repo, parent, True, True, node, False)
                 repo.setparents(op1, op2)
                 dsguard.close()
                 hg._showstats(repo, stats)