348
336
def report_delta(to_file, delta, short_status=False, show_ids=False,
349
show_unchanged=False, indent='', filter=None, classify=True):
350
338
"""Output this delta in status-like form to to_file.
352
340
:param to_file: A file-like object where the output is displayed.