540
540
mutter('creating repository in %s.', a_bzrdir.transport.base)
541
541
dirs = ['revision-store', 'weaves']
544
544
utf8_files = [('format', self.get_format_string())]
546
546
self._upload_blank_content(a_bzrdir, dirs, files, utf8_files, shared)
547
547
return self.open(a_bzrdir=a_bzrdir, _found=True)
549
549
def open(self, a_bzrdir, _found=False, _override_transport=None):
550
550
"""See RepositoryFormat.open().
552
552
:param _override_transport: INTERNAL USE ONLY. Allows opening the
553
553
repository at a slightly different url
554
554
than normal. I.e. during 'upgrade'.