##// END OF EJS Templates
histedit-test: test that extra revisions are detected...
Pierre-Yves David -
r19041:3b52b15e default
parent child Browse files
Show More
@@ -80,6 +80,17 b' Test that missing revisions are detected'
80 80 abort: must specify a rule for each changeset once
81 81 [255]
82 82
83 Test that extra revisions are detected
84 ---------------------------------------
85
86 $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
87 > pick 6058cbb6cfd7 0 one
88 > pick c8e68270e35a 3 four
89 > pick 08d98a8350f3 4 five
90 > EOF
91 abort: may not use changesets other than the ones listed
92 [255]
93
83 94 Test short version of command
84 95 ---------------------------------------
85 96
General Comments 0
You need to be logged in to leave comments. Login now