529
529
mutter('creating repository in %s.', a_bzrdir.transport.base)
530
530
dirs = ['revision-store', 'weaves']
533
533
utf8_files = [('format', self.get_format_string())]
535
535
self._upload_blank_content(a_bzrdir, dirs, files, utf8_files, shared)
536
536
return self.open(a_bzrdir=a_bzrdir, _found=True)
538
538
def open(self, a_bzrdir, _found=False, _override_transport=None):
539
539
"""See RepositoryFormat.open().
541
541
:param _override_transport: INTERNAL USE ONLY. Allows opening the
542
542
repository at a slightly different url
543
543
than normal. I.e. during 'upgrade'.