mercurial/httppeer.py
changeset 39565 089fc0db0954
parent 39501 98995b689e03
child 39644 a5de21c9e370
--- a/mercurial/httppeer.py	Tue Sep 11 13:46:59 2018 -0700
+++ b/mercurial/httppeer.py	Tue Sep 11 17:11:32 2018 -0700
@@ -982,7 +982,7 @@
     return httppeer(ui, path, respurl, opener, requestbuilder,
                     info['v1capabilities'])
 
-def instance(ui, path, create, intents=None):
+def instance(ui, path, create, intents=None, createopts=None):
     if create:
         raise error.Abort(_('cannot create new http repository'))
     try: