113
113
def _annotations(repo, file_id, rev_id):
114
114
"""Return the list of (origin,text) for a revision of a file in a repository."""
115
115
w = repo.weave_store.get_weave(file_id, repo.get_transaction())
119
119
def _annotate_file(branch, rev_id, file_id):