54
54
tree = self._setup_tree()
55
55
to_branch = tree.bzrdir.sprout('branch-2').open_branch()
56
56
self.build_tree(['branch-1/file-2'])
60
61
checkout = tree.branch.create_checkout('checkout',
61
62
lightweight=self.lightweight)
62
63
self.build_tree(['checkout/file-3'])