82
82
show_unchanged=show_unchanged)
85
86
unknowns = new.unknowns()
87
list_paths('unknown', unknowns, specific_files, to_file)
88
list_paths('conflicts', conflicts, specific_files, to_file)
94
89
if show_pending and len(branch.pending_merges()) > 0:
95
90
print >>to_file, 'pending merges:'
96
91
for merge in branch.pending_merges():