242
238
parent = branch_b.get_parent()
243
239
branch_b = branch.Branch.open('branch_b')
249
241
self.assertEqual(None, branch_b.get_parent())
250
242
# test pull for failure without parent set
251
243
out = self.run_bzr('pull', retcode=3, working_dir='branch_b')