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