diff tests/test-histedit-arguments.t @ 19044:f77c23ec09f7

histedit-test: test unknown command We had no tested for this case.
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Thu, 18 Apr 2013 13:51:27 +0200
parents 7d27d80185f0
children 81de87f8b480
line wrap: on
line diff
--- 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
 ---------------------------------------