mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-06 08:12:39 +08:00
We only specify a partial ordering for the histories returned by `Backend::get_related_copies`. However, to avoid inconsistent behavior and flaky tests, we would like the ordering to be deterministic. Note this in the doc comment, and make the TestBackend deterministic.