581
580
# Use a repo layout that doesn't conform to a 'named' layout, to ensure
582
581
# that the format objects are used.
583
582
format = bzrdir.BzrDirMetaFormat1()
585
584
format.repository_format = repo_format
586
585
builder = self.make_branch_builder('dir', format=format)
587
586
the_branch = builder.get_branch()