changeset 37717 | 0664be4f0c1f |
parent 37497 | 1541e1a8e87d |
child 38209 | df5f6881cebd |
--- a/mercurial/unionrepo.py Sat Apr 14 09:23:48 2018 -0700 +++ b/mercurial/unionrepo.py Sat Apr 14 09:57:44 2018 -0700 @@ -231,7 +231,7 @@ def getcwd(self): return pycompat.getcwd() # always outside the repo -def instance(ui, path, create): +def instance(ui, path, create, intents=None): if create: raise error.Abort(_('cannot create new union repository')) parentpath = ui.config("bundle", "mainreporoot")