Given a list of parsed patches (e.g. from a quilt series), it would be useful to detect when two patches modify the same file in overlapping or adjacent line ranges. This helps identify potential ordering dependencies and conflicts before attempting to apply the series.
Given a list of parsed patches (e.g. from a quilt series), it would be useful to detect when two patches modify the same file in overlapping or adjacent line ranges. This helps identify potential ordering dependencies and conflicts before attempting to apply the series.