72
72
checkout = branch.create_checkout('checkout', lightweight=True)
73
73
checkout.commit('some changes')
75
self.assertRaises(NotStandalone, rspush, checkout, 'example.org:foo',
75
e = self.assertRaises(NotStandalone, rspush, checkout,
78
79
def test_refuse_checkout(self):
79
80
branch = self.make_branch('tree')