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