mercurial/statichttprepo.py
changeset 39711 cb2dcfa5cade
parent 39710 6192980553b4
child 39714 f44187605315
equal deleted inserted replaced
39710:6192980553b4 39711:cb2dcfa5cade
   174                 raise error.RepoError(msg)
   174                 raise error.RepoError(msg)
   175 
   175 
   176         supportedrequirements = localrepo.gathersupportedrequirements(ui)
   176         supportedrequirements = localrepo.gathersupportedrequirements(ui)
   177         localrepo.ensurerequirementsrecognized(requirements,
   177         localrepo.ensurerequirementsrecognized(requirements,
   178                                                supportedrequirements)
   178                                                supportedrequirements)
       
   179         localrepo.ensurerequirementscompatible(ui, requirements)
   179 
   180 
   180         # setup store
   181         # setup store
   181         self.store = store.store(requirements, self.path, vfsclass)
   182         self.store = store.store(requirements, self.path, vfsclass)
   182         self.spath = self.store.path
   183         self.spath = self.store.path
   183         self.svfs = self.store.opener
   184         self.svfs = self.store.opener