1318
1319
made_control = self.make_bzrdir(relpath, format=format)
1319
1320
return made_control.create_repository(shared=shared)
1321
1327
def make_branch_and_tree(self, relpath, format=None):
1322
1328
"""Create a branch on the transport and a tree locally.