histedit-test: test that missing revisions are detected
We had not tested for this case.
--- a/tests/test-histedit-arguments.t Thu Apr 18 11:52:34 2013 -0400
+++ b/tests/test-histedit-arguments.t Thu Apr 18 11:53:58 2013 -0400
@@ -70,6 +70,16 @@
[255]
$ hg up --quiet
+Test that missing revisions are detected
+---------------------------------------
+
+ $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
+ > pick eb57da33312f 2 three
+ > pick 08d98a8350f3 4 five
+ > EOF
+ abort: must specify a rule for each changeset once
+ [255]
+
Test short version of command
---------------------------------------