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