198
202
mm_revision = branch.repository.get_revision(mmerge)
199
print >> to_file, ' ', line_log(mm_revision, width - 5)
204
print >> to_file, 'P. ', line_log(mm_revision, width - 5)
206
print >> to_file, ' ', line_log(mm_revision, width - 5)
201
208
except errors.NoSuchRevision:
204
214
def list_paths(header, paths, specific_files, to_file, short_status_letter=''):