# HG changeset patch # User Pierre-Yves David # Date 1638313469 -3600 # Node ID e9d588b2871082afb6e50c95a17301186ca2ec65 # Parent 9503e15dc588633c8fe62645c5c317cfacb3da60 test: mark rhg output as flaky rhg is not updating the dirstate on status yet, which make this part of the test flaky. This will be fixed soon. Differential Revision: https://phab.mercurial-scm.org/D11833 diff -r 9503e15dc588 -r e9d588b28710 tests/test-backout.t --- a/tests/test-backout.t Mon Oct 18 12:30:53 2021 -0700 +++ b/tests/test-backout.t Wed Dec 01 00:04:29 2021 +0100 @@ -172,7 +172,9 @@ $ hg status -A C c $ hg debugstate --no-dates - n 644 12 set c + n 644 12 set c (no-rhg !) + n 644 12 unset c (?) + n 644 12 set c (?) $ hg backout -d '6 0' -m 'to be rollback-ed soon' -r . removing c adding b