Comments
Patch
@@ -78,10 +78,21 @@ Test that missing revision are detected
> pick 08d98a8350f3 4 five
> EOF
abort: must specify a rule for each changeset once
[255]
+Test that extra revision 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
---------------------------------------
Note: we use various number of white space between command name and changeset
short hash. This test issue3893.