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