38
39
to_file.write('%s %s\n\n' % (date_str, ", ".join(authors)))
40
41
if revision.delta is not None and revision.delta.has_changed():
43
45
to_file.write('\t* %s:\n' % (path,))
44
46
for c in revision.delta.renamed:
46
48
# For renamed files, show both the old and the new path
50
52
if not revision.rev.message: