464
430
bound = master.sprout('bound')
465
431
wt = bound.open_workingtree()
466
432
wt.branch.set_bound_location(os.path.realpath('master'))
467
435
master_branch.lock_write()
469
438
self.assertRaises(LockContention, wt.commit, 'silly')
473
443
def test_commit_bound_merge(self):