##// END OF EJS Templates
histedit-test: test unknown command...
Pierre-Yves David -
r19044:f77c23ec default
parent child Browse files
Show More
@@ -113,6 +113,17 b' Test unknown changeset'
113 abort: unknown changeset 0123456789ab listed
113 abort: unknown changeset 0123456789ab listed
114 [255]
114 [255]
115
115
116 Test unknown command
117 ---------------------------------------
118
119 $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
120 > coin eb57da33312f 2 three
121 > pick c8e68270e35a 3 four
122 > pick 08d98a8350f3 4 five
123 > EOF
124 abort: unknown action "coin"
125 [255]
126
116 Test short version of command
127 Test short version of command
117 ---------------------------------------
128 ---------------------------------------
118
129
General Comments 0
You need to be logged in to leave comments. Login now