Mercurial > evolve
diff tests/test-fold.t @ 6395:1328195f76a9 mercurial-5.6
test-compat: merge mercurial-5.7 into mercurial-5.6
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 06 Feb 2023 19:49:33 +0400 |
parents | c0921b5277a0 4feea1ecde1c |
children |
line wrap: on
line diff
--- a/tests/test-fold.t Thu Dec 08 20:23:47 2022 +0400 +++ b/tests/test-fold.t Mon Feb 06 19:49:33 2023 +0400 @@ -222,11 +222,11 @@ > evolution = createmarkers, allnewcommands > EOF $ hg fold --from 'desc("r4")' - abort: fold will orphan 1 descendants + abort: cannot fold changeset, as that will orphan 1 descendants (see 'hg help evolution.instability') [255] $ hg fold --from 'desc("r3")::desc("r11")' - abort: fold will orphan 1 descendants + abort: cannot fold changeset, as that will orphan 1 descendants (see 'hg help evolution.instability') [255] @@ -430,7 +430,7 @@ $ hg fold --exact -r 'desc("A")::desc("B")' -m 'second fold' \ > --config experimental.evolution.allowdivergence=no - abort: fold of 4b34ecfb0d56 creates content-divergence with fcfd42a7fa46 + abort: cannot fold 4b34ecfb0d56, as that creates content-divergence with fcfd42a7fa46 (add --verbose for details or see 'hg help evolution.instability') [255]