# HG changeset patch # User Pierre-Yves David # Date 1366285887 -7200 # Node ID f77c23ec09f77aa5946614e362744b97a77345a3 # Parent 7d27d80185f08833d1392134b39760a6d0440c5d histedit-test: test unknown command We had no tested for this case. diff -r 7d27d80185f0 -r f77c23ec09f7 tests/test-histedit-arguments.t --- a/tests/test-histedit-arguments.t Thu Apr 18 13:50:59 2013 +0200 +++ b/tests/test-histedit-arguments.t Thu Apr 18 13:51:27 2013 +0200 @@ -113,6 +113,17 @@ abort: unknown changeset 0123456789ab listed [255] +Test unknown command +--------------------------------------- + + $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF + > coin eb57da33312f 2 three + > pick c8e68270e35a 3 four + > pick 08d98a8350f3 4 five + > EOF + abort: unknown action "coin" + [255] + Test short version of command ---------------------------------------