87
87
"""Yield the origins for each line of a file.
89
89
This includes detailed information, such as the committer name, and
90
90
date string for the commit, rather than just the revision id.
95
94
merge_sorted_revisions = tsort.merge_sort(
100
99
revision_id_to_revno = dict((rev_id, revno)