Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge: drop legacy distance calculation
Summary: The legacy distance calculation prevents large O(N) scans by using an approx. With segmented changelog, distance calculation is no longer O(N) and the approx can be far off if two commits belong to different groups (ie. one in "master" one in "non-master") - they will have (1 << 56) distance. Reviewed By: zzl0 Differential Revision: D55436320 fbshipit-source-id: eb3e5bedf7df1e629c285c712a844da7bc8a2521
- Loading branch information