104
104
made_control = self.make_bzrdir(relpath, format=bzrdir_format)
105
105
made_control.create_repository()
106
106
b = made_control.create_branch()
108
108
# If the repo is remote, then we just create a local lightweight
110
110
# XXX: This duplicates a lot of Branch.create_checkout, but we know