747
747
except errors.UninitializableFormat:
748
748
raise TestSkipped("Format %s is not initializable.")
751
751
"""Create a repository on our default transport at relpath."""
752
752
made_control = self.make_bzrdir(relpath)
755
755
def make_branch_and_tree(self, relpath):
756
756
"""Create a branch on the transport and a tree locally.