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