395
393
"""Iterate through a series of lines with a patch applied.
396
394
This handles a single file, and does exact, not fuzzy patching.
399
400
get_patch_names(patch_lines)
415
403
while line_no < hunk.orig_pos:
416
404
orig_line = orig_lines.next()