mercurial/httppeer.py
changeset 37717 0664be4f0c1f
parent 37669 1cb54e6193a6
child 37719 a656cba08a04
--- a/mercurial/httppeer.py	Sat Apr 14 09:23:48 2018 -0700
+++ b/mercurial/httppeer.py	Sat Apr 14 09:57:44 2018 -0700
@@ -990,7 +990,7 @@
     return httppeer(ui, path, respurl, opener, requestbuilder,
                     info['v1capabilities'])
 
-def instance(ui, path, create):
+def instance(ui, path, create, intents=None):
     if create:
         raise error.Abort(_('cannot create new http repository'))
     try: