461
461
format = controldir.format_registry.make_controldir('1.9')
462
462
format.set_branch_format(_mod_bzrbranch.BzrBranchFormat8())
463
463
tree = self.make_branch_and_tree('tree', format=format)
465
465
checkout = tree.branch.create_checkout('checkout', lightweight=True)
466
466
reconfiguration = reconfigure.Reconfigure.to_tree(checkout.controldir)
468
468
checkout_branch = checkout.controldir.open_branch()