89
89
list_paths('conflicts', conflicts, specific_files, to_file)
90
90
if show_pending and len(branch.pending_merges()) > 0:
91
91
print >>to_file, 'pending merges:'
97
92
for merge in branch.pending_merges():
100
94
m_revision = branch.get_revision(merge)
101
95
print >> to_file, ' ', line_log(m_revision, 77)
108
print >> to_file, ' ', line_log(mm_revision, 75)
112
97
print >> to_file, ' ', merge