98
98
master_tree.branch.pull, other.branch, local = True)
99
99
self.assertEqual([rev1], master_tree.branch.revision_history())
112
101
def test_pull_returns_result(self):
113
102
parent = self.make_branch_and_tree('parent')
114
103
parent.commit('1st post', rev_id='P1')