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