##// END OF EJS Templates
histedit-test: test malformed line...
Pierre-Yves David -
r19042:52366b37 default
parent child Browse files
Show More
@@ -91,6 +91,17 b' Test that extra revisions are detected'
91 abort: may not use changesets other than the ones listed
91 abort: may not use changesets other than the ones listed
92 [255]
92 [255]
93
93
94 Test malformed line
95 ---------------------------------------
96
97 $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
98 > pickeb57da33312f2three
99 > pick c8e68270e35a 3 four
100 > pick 08d98a8350f3 4 five
101 > EOF
102 abort: malformed line "pickeb57da33312f2three"
103 [255]
104
94 Test short version of command
105 Test short version of command
95 ---------------------------------------
106 ---------------------------------------
96
107
General Comments 0
You need to be logged in to leave comments. Login now