133
132
self.run_bzr('bind ../child', working_dir='child2')
135
134
# Refresh the child tree object as 'unbind' modified it
137
136
self.assertRaises(errors.CommitToDoubleBoundBranch,
138
137
child2_tree.commit, message='child2', allow_pointless=True)