114
120
checkout = tree.branch.create_checkout('checkout',
115
121
lightweight=self.lightweight)
116
122
switch.switch(checkout.bzrdir, tree.branch, revision_id="rev1")
120
126
def test_switch_changing_root_id(self):
121
127
tree = self._setup_tree()