##// END OF EJS Templates
histedit-test: test unknown changeset...
Pierre-Yves David -
r19043:7d27d801 default
parent child Browse files
Show More
@@ -102,6 +102,17 b' Test malformed line'
102 abort: malformed line "pickeb57da33312f2three"
102 abort: malformed line "pickeb57da33312f2three"
103 [255]
103 [255]
104
104
105 Test unknown changeset
106 ---------------------------------------
107
108 $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
109 > pick 0123456789ab 2 three
110 > pick c8e68270e35a 3 four
111 > pick 08d98a8350f3 4 five
112 > EOF
113 abort: unknown changeset 0123456789ab listed
114 [255]
115
105 Test short version of command
116 Test short version of command
106 ---------------------------------------
117 ---------------------------------------
107
118
General Comments 0
You need to be logged in to leave comments. Login now