Mercurial > hg
diff tests/test-histedit-obsolete.t @ 52283:fad30cb98579
histedit-continue: wire up `hg continue` and `histedit`
author | Brian Hulette <bhulette@apache.org> |
---|---|
date | Wed, 30 Oct 2024 19:38:56 -0700 |
parents | f27a83399abb |
children |
line wrap: on
line diff
--- a/tests/test-histedit-obsolete.t Wed Nov 20 15:53:19 2024 +0100 +++ b/tests/test-histedit-obsolete.t Wed Oct 30 19:38:56 2024 -0700 @@ -80,7 +80,7 @@ $ hg commit --amend -X . -m XXXXXX $ hg commit --amend -X . -m b2 $ hg --hidden --config extensions.strip= strip 'desc(XXXXXX)' --no-backup - $ hg histedit --continue + $ hg continue $ hg log -G @ 8:273c1f3b8626 c | @@ -363,7 +363,7 @@ (to edit b449568bf7fc, `hg histedit --continue` after making changes) [240] $ echo f >> f - $ hg histedit --continue + $ hg continue $ hg log -G @ 24:12e89af74238 (secret) k | @@ -569,7 +569,7 @@ Editing (ee118ab9fa44), commit as needed now to split the change (to edit ee118ab9fa44, `hg histedit --continue` after making changes) [240] - $ hg histedit --continue --config experimental.evolution.track-operation=1 + $ hg continue --config experimental.evolution.track-operation=1 $ hg log -G @ 23:175d6b286a22 (secret) k |