# HG changeset patch # User Pierre-Yves David # Date 2024-09-11 18:52:51 # 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 --git a/tests/test-convert-bzr.t b/tests/test-convert-bzr.t --- a/tests/test-convert-bzr.t +++ b/tests/test-convert-bzr.t @@ -222,6 +222,7 @@ Multiple branches $ 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 @@ Multiple branches 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