2113
2113
made_control = self.make_bzrdir(relpath, format=format)
2114
2114
return made_control.create_repository(shared=shared)
2116
2123
def make_branch_and_memory_tree(self, relpath, format=None):
2117
2124
"""Create a branch on the default transport and a MemoryTree for it."""
2118
2125
b = self.make_branch(relpath, format=format)