128
128
tree_a.branch.pull, tree_b.branch,
129
129
overwrite=False, stop_revision='rev2b')
130
130
# It should not have updated the branch tip, but it should have fetched
132
132
self.assertEqual('rev2a', tree_a.branch.last_revision())
134
135
tree_a.branch.pull(tree_b.branch, overwrite=True,
136
137
self.assertEqual('rev2b', tree_a.branch.last_revision())