equal
deleted
inserted
replaced
100 > pick 08d98a8350f3 4 five |
100 > pick 08d98a8350f3 4 five |
101 > EOF |
101 > EOF |
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 |
108 Note: we use varying amounts of white space between command name and changeset |
119 Note: we use varying amounts of white space between command name and changeset |
109 short hash. This tests issue3893. |
120 short hash. This tests issue3893. |