412
412
for path, file_id, kind in delta.removed:
414
414
path_encoded = path.encode(path_encoding, "replace")
416
416
old_name = '%s%s\t%s' % (old_label, path,
417
417
_patch_header_date(old_tree, file_id, path))
418
418
new_name = '%s%s\t%s' % (new_label, path, EPOCH_DATE)