753
753
def test_pending_specific_files(self):
754
754
"""With a specific file list, pending merges are not shown."""
755
755
tree = self.make_branch_and_tree('tree')
758
758
r1_id = tree.commit('one')
759
759
alt = tree.controldir.sprout('alt').open_workingtree()
761
761
alt_id = alt.commit('alt')
762
762
tree.merge_from_branch(alt.branch)
763
763
output = self.make_utf8_encoded_stringio()