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