Skip to content

PyUtils: Don't sort branches in diff_root.

Scott Snyder requested to merge ssnyder/athena:unsorted.PyUtils-20230614 into 23.0

Sorting the branches in the order defined by RootFileDumper takes a considerable amount of time. However, the branch ordering is irrelevant for diff_root. Disable the sorting in that case.

Merge request reports