mercurial/subrepo.py
changeset 13413 fa921dcd9993
parent 13333 60792fa3c1a8
child 13417 0748e18be470
--- a/mercurial/subrepo.py	Thu Feb 03 10:31:17 2011 +0100
+++ b/mercurial/subrepo.py	Wed Feb 09 13:37:21 2011 +0100
@@ -269,7 +269,7 @@
         """
         raise NotImplementedError
 
-    def merge(self, state, overwrite=False):
+    def merge(self, state):
         """merge currently-saved state with the new state."""
         raise NotImplementedError