391
391
"""Iterate through a series of lines with a patch applied.
392
392
This handles a single file, and does exact, not fuzzy patching.
394
395
get_patch_names(patch_lines)
395
396
return iter_patched_from_hunks(orig_lines, iter_hunks(patch_lines))