98
98
# now pull --local, which should raise LocalRequiresBoundBranch error.
99
99
self.assertRaises(errors.LocalRequiresBoundBranch,
100
100
master_tree.branch.pull, other.branch, local = True)
103
103
def test_pull_returns_result(self):
104
104
parent = self.make_branch_and_tree('parent')