200
200
self.assertRaises(errors.NoRepositoryPresent,
201
201
child.bzrdir.open_repository)
203
218
def test_lightweight_checkout_to_lightweight_checkout(self):
204
219
parent = self.make_branch('parent')
205
220
checkout = parent.create_checkout('checkout', lightweight=True)