Mercurial > hg-stable
changeset 48420:e9d588b28710
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
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 01 Dec 2021 00:04:29 +0100 |
parents | 9503e15dc588 |
children | f3f41e23c1fa |
files | tests/test-backout.t |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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