300
284
def _refine_cherrypick_conflict(self, zstart, zend, astart, aend, bstart, bend):
301
285
"""When cherrypicking b => a, ignore matches with b and base."""
302
286
# Do not emit regions which match, only regions which do not match
304
288
self.base[zstart:zend], self.b[bstart:bend]).get_matching_blocks()