56
69
:param show_ids: Show revision ids in the annotation output.
68
_print_annotations(annotation, verbose, to_file, full)
72
annotate_file_tree(tree, file_id, to_file, verbose=verbose,
71
76
def annotate_file_tree(tree, file_id, to_file, verbose=False, full=False,
73
78
"""Annotate file_id in a tree.
75
80
The tree should already be read_locked() when annotate_file_tree is called.