# HG changeset patch # User Pierre-Yves David # Date 1726080771 -7200 # Node ID fe08a0bfa9fde2138e51e0f0901d06dec89cd7d4 # Parent 3785814bc2b75c7785b6bf1a26f96ef5848b09dd bzr: attempt to stabilize the test The test has flakyness where the order of a few commit swap. This is an attempt at avoiding that. diff -r 3785814bc2b7 -r fe08a0bfa9fd tests/test-convert-bzr.t --- a/tests/test-convert-bzr.t Thu Sep 12 02:24:20 2024 +0200 +++ b/tests/test-convert-bzr.t Wed Sep 11 20:52:51 2024 +0200 @@ -222,6 +222,7 @@ $ cd repo-trunk $ echo a > a $ brz add -q a + $ sleep 1 # help with sorting $ brz ci -qm adda $ brz tag trunk-tag Created tag trunk-tag. @@ -237,6 +238,7 @@ Updated to revision 1. Switched to branch*/repo/trunk/ (glob) $ echo a >> a + $ sleep 1 # help with sorting $ brz ci -qm changea $ cd .. $ hg convert --datesort repo repo-bzr