53
53
tree2.commit('commit 3b', timestamp=1196796819, timezone=0)
54
54
tree3.commit('commit 3c', timestamp=1196796819, timezone=0)
55
55
tree.merge_from_branch(tree2.branch)
59
63
self.addCleanup(tree.unlock)
60
64
show_pending_merges(tree, output)
61
78
# Even though 2b is in the ancestry of 3c, it should only be displayed
62
79
# under the first merge parent.
63
80
self.assertEqualDiff('pending merges:\n'