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