# HG changeset patch # User Martin von Zweigbergk # Date 1613085070 28800 # Node ID 7a90fddb13b0cb2930b983d93af01078f60e1e1a # Parent da4e6d7a8fdd9a0bf530b2247cddac4dec8e08f3 rewriteutil: point to help about instability when rewriting creates orphan This replicates the message from the evolve extension. Differential Revision: https://phab.mercurial-scm.org/D10517 diff -r da4e6d7a8fdd -r 7a90fddb13b0 mercurial/rewriteutil.py --- a/mercurial/rewriteutil.py Tue Apr 27 14:59:45 2021 -0700 +++ b/mercurial/rewriteutil.py Thu Feb 11 15:11:10 2021 -0800 @@ -54,7 +54,10 @@ newunstable = disallowednewunstable(repo, revs) if newunstable: - raise error.InputError(_(b"cannot %s changeset with children") % action) + hint = _(b"see 'hg help evolution.instability'") + raise error.InputError( + _(b"cannot %s changeset with children") % action, hint=hint + ) def disallowednewunstable(repo, revs): diff -r da4e6d7a8fdd -r 7a90fddb13b0 tests/test-amend.t --- a/tests/test-amend.t Tue Apr 27 14:59:45 2021 -0700 +++ b/tests/test-amend.t Thu Feb 11 15:11:10 2021 -0800 @@ -197,6 +197,7 @@ $ echo 2 >> B $ hg amend abort: cannot amend changeset with children + (see 'hg help evolution.instability') [10] #if obsstore-on diff -r da4e6d7a8fdd -r 7a90fddb13b0 tests/test-branch-change.t --- a/tests/test-branch-change.t Tue Apr 27 14:59:45 2021 -0700 +++ b/tests/test-branch-change.t Thu Feb 11 15:11:10 2021 -0800 @@ -58,6 +58,7 @@ $ hg branch -r 1::3 foo abort: cannot change branch of changeset with children + (see 'hg help evolution.instability') [10] Change with dirty working directory @@ -129,6 +130,7 @@ $ hg branch -r 2 stable abort: cannot change branch of changeset with children + (see 'hg help evolution.instability') [10] Enabling the allowunstable config and trying to change branch on a branch head diff -r da4e6d7a8fdd -r 7a90fddb13b0 tests/test-fix.t --- a/tests/test-fix.t Tue Apr 27 14:59:45 2021 -0700 +++ b/tests/test-fix.t Thu Feb 11 15:11:10 2021 -0800 @@ -1173,6 +1173,7 @@ $ hg commit -m "second" $ hg --config experimental.evolution.allowunstable=False fix -r '.^' abort: cannot fix changeset with children + (see 'hg help evolution.instability') [10] $ hg fix -r '.^' 1 new orphan changesets diff -r da4e6d7a8fdd -r 7a90fddb13b0 tests/test-rebase-collapse.t --- a/tests/test-rebase-collapse.t Tue Apr 27 14:59:45 2021 -0700 +++ b/tests/test-rebase-collapse.t Thu Feb 11 15:11:10 2021 -0800 @@ -550,7 +550,7 @@ $ hg rebase --collapse -r 1 -d 0 abort: cannot rebase changeset with children - (use --keep to keep original changesets) + (see 'hg help evolution.instability') [10] Test collapsing in place diff -r da4e6d7a8fdd -r 7a90fddb13b0 tests/test-rebase-scenario-global.t --- a/tests/test-rebase-scenario-global.t Tue Apr 27 14:59:45 2021 -0700 +++ b/tests/test-rebase-scenario-global.t Thu Feb 11 15:11:10 2021 -0800 @@ -453,7 +453,7 @@ $ cd ah1 $ hg rebase -r '2::8' -d 1 abort: cannot rebase changeset with children - (use --keep to keep original changesets) + (see 'hg help evolution.instability') [10] $ hg rebase -r '2::8' -d 1 -k rebasing 2:c9e50f6cdc55 "C" @@ -499,7 +499,7 @@ $ cd ah2 $ hg rebase -r '3::8' -d 1 abort: cannot rebase changeset with children - (use --keep to keep original changesets) + (see 'hg help evolution.instability') [10] $ hg rebase -r '3::8' -d 1 --keep rebasing 3:ffd453c31098 "D" @@ -542,7 +542,7 @@ $ cd ah3 $ hg rebase -r '3::7' -d 1 abort: cannot rebase changeset with children - (use --keep to keep original changesets) + (see 'hg help evolution.instability') [10] $ hg rebase -r '3::7' -d 1 --keep rebasing 3:ffd453c31098 "D" @@ -582,7 +582,7 @@ $ cd ah4 $ hg rebase -r '3::(7+5)' -d 1 abort: cannot rebase changeset with children - (use --keep to keep original changesets) + (see 'hg help evolution.instability') [10] $ hg rebase -r '3::(7+5)' -d 1 --keep rebasing 3:ffd453c31098 "D" diff -r da4e6d7a8fdd -r 7a90fddb13b0 tests/test-split.t --- a/tests/test-split.t Tue Apr 27 14:59:45 2021 -0700 +++ b/tests/test-split.t Thu Feb 11 15:11:10 2021 -0800 @@ -467,6 +467,7 @@ #if obsstore-off $ runsplit -r 1 --no-rebase abort: cannot split changeset with children + (see 'hg help evolution.instability') [10] #else $ runsplit -r 1 --no-rebase >/dev/null @@ -518,6 +519,7 @@ $ rm .hg/localtags $ hg split $B --config experimental.evolution=createmarkers abort: cannot split changeset with children + (see 'hg help evolution.instability') [10] $ cat > $TESTTMP/messages < Split B diff -r da4e6d7a8fdd -r 7a90fddb13b0 tests/test-unamend.t --- a/tests/test-unamend.t Tue Apr 27 14:59:45 2021 -0700 +++ b/tests/test-unamend.t Thu Feb 11 15:11:10 2021 -0800 @@ -284,6 +284,7 @@ $ hg --config experimental.evolution=createmarkers unamend abort: cannot unamend changeset with children + (see 'hg help evolution.instability') [10] $ hg unamend