63
64
out, err = self.run_bzr(['checkout', '-r', '-2', 'branch', 'checkout'])
64
65
# the working tree should now be at revision '1' with the content
67
68
self.assertEqual(['1'], result.open_workingtree().get_parent_ids())
68
69
self.assertPathDoesNotExist('checkout/added_in_2')