mercurial/subrepo.py
branchstable
changeset 23963 8f02682ff3b0
parent 23938 de519517f597
child 23991 07c1a7d1ef69
child 24110 756c5c8331b0
--- a/mercurial/subrepo.py	Tue Jan 27 10:14:23 2015 -0500
+++ b/mercurial/subrepo.py	Tue Jan 27 20:57:43 2015 -0500
@@ -435,7 +435,7 @@
         """
         raise NotImplementedError
 
-    def add(self, ui, match, dryrun, listsubrepos, prefix, explicitonly):
+    def add(self, ui, match, prefix, explicitonly, **opts):
         return []
 
     def addremove(self, matcher, prefix, opts, dry_run, similarity):