444
444
bound = master.sprout('bound')
445
445
wt = bound.open_workingtree()
446
446
wt.branch.set_bound_location(os.path.realpath('master'))
449
447
master_branch.lock_write()
452
449
self.assertRaises(LockContention, wt.commit, 'silly')
457
453
def test_commit_bound_merge(self):