57
57
ITR = IterTreeReducer(PathPatcher, [base_path])
58
58
for basis_path, diff_ropath in collated:
61
61
log.InfoCode.patch_file_patching,
62
62
util.escape(basis_path.get_relative_path()))
63
63
ITR(basis_path.index, basis_path, diff_ropath)
66
66
log.InfoCode.patch_file_patching,
67
67
util.escape(diff_ropath.get_relative_path()))
68
68
ITR(diff_ropath.index, basis_path, diff_ropath)