# HG changeset patch # User Pierre-Yves David # Date 1366300471 14400 # Node ID 3b52b15e0b3d96a31761092c0e4e586305b1d393 # Parent 7eb6bfe0b5a2e04d5a935ba62eaeb23b923f780c histedit-test: test that extra revisions are detected We had not tested for this case. diff -r 7eb6bfe0b5a2 -r 3b52b15e0b3d tests/test-histedit-arguments.t --- a/tests/test-histedit-arguments.t Thu Apr 18 11:53:58 2013 -0400 +++ b/tests/test-histedit-arguments.t Thu Apr 18 11:54:31 2013 -0400 @@ -80,6 +80,17 @@ abort: must specify a rule for each changeset once [255] +Test that extra revisions are detected +--------------------------------------- + + $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF + > pick 6058cbb6cfd7 0 one + > pick c8e68270e35a 3 four + > pick 08d98a8350f3 4 five + > EOF + abort: may not use changesets other than the ones listed + [255] + Test short version of command ---------------------------------------