mercurial/simplemerge.py
changeset 34049 6330df9d6393
parent 33933 39d253d088a9
child 35368 93c4958d987c
--- a/mercurial/simplemerge.py	Tue Aug 29 18:24:51 2017 +0200
+++ b/mercurial/simplemerge.py	Fri Sep 01 10:35:43 2017 -0700
@@ -413,7 +413,7 @@
         result[i] = override
     return result
 
-def simplemerge(ui, localctx, basectx, otherctx, repo=None, **opts):
+def simplemerge(ui, localctx, basectx, otherctx, **opts):
     """Performs the simplemerge algorithm.
 
     The merged result is written into `localctx`.