97
98
annotation = list(_expand_annotations(annotations, branch,
99
_print_annotations(annotation, verbose, to_file, full)
102
def _print_annotations(annotation, verbose, to_file, full):
100
_print_annotations(annotation, verbose, to_file, full, encoding)
103
def _print_annotations(annotation, verbose, to_file, full, encoding):
103
104
"""Print annotations to to_file.
105
106
:param to_file: The file to output the annotation to.