113
114
def test_uncommit_remove_tags_keeps_pending_merges(self):
114
115
tree, history = self.make_linear_tree()
117
118
tree.merge_from_branch(copy.branch)
119
120
history.append(tree.commit('merge'))
121
123
self.assertEqual(history[2], tree.last_revision())
122
124
self.assertEqual((3, history[2]), tree.branch.last_revision_info())
123
125
tree.branch.tags.set_tag(u"pointsatexisting", history[1])