416
416
(path, file_id, old_kind, new_kind) = item
417
417
to_file.write(' (%s => %s)' % (old_kind, new_kind))
419
def show_path(path, file_id, kind, meta_modified,
419
def show_path(path, kind, meta_modified,
420
420
default_format, with_file_id_format):
421
421
dec_path = decorate_path(path, kind, meta_modified)