3172
3172
raise NotImplementedError(self.open)
3174
def _run_post_repo_init_hooks(self, repository, a_bzrdir, shared):
3179
params = RepoInitHookParams(repository, self, a_bzrdir, shared)
3184
3175
class MetaDirRepositoryFormat(RepositoryFormat):
3185
3176
"""Common base class for the new repositories using the metadir layout."""