Skip to content

PyUtils: Make sure diff-root syncs properly across event boundaries

This is a follow-up to !45328 (merged). Here, we improve the re-syncing logic to better handle crossing event boundaries. When events are ordered, we also take advantage of the event numbers to ensure we quite early if they are different between the files.

Merge request reports