187
187
self.assertEqual(branch_b.get_parent(), branch_c.get_parent())
189
189
# We can also set a specific parent, and it should be honored
191
191
branch_b.set_parent(random_parent)
192
192
repo_d = self.make_repository('d')
193
193
branch_b.repository.copy_content_into(repo_d)