mercurial/statichttprepo.py
changeset 37717 0664be4f0c1f
parent 36657 214f61abd865
child 39549 089fc0db0954
--- a/mercurial/statichttprepo.py	Sat Apr 14 09:23:48 2018 -0700
+++ b/mercurial/statichttprepo.py	Sat Apr 14 09:57:44 2018 -0700
@@ -215,7 +215,7 @@
     def _writecaches(self):
         pass # statichttprepository are read only
 
-def instance(ui, path, create):
+def instance(ui, path, create, intents=None):
     if create:
         raise error.Abort(_('cannot create new static-http repository'))
     return statichttprepository(ui, path[7:])