equal
deleted
inserted
replaced
167 $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF |
167 $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF |
168 > pick eb57da33312f 2 three |
168 > pick eb57da33312f 2 three |
169 > pick 08d98a8350f3 4 five |
169 > pick 08d98a8350f3 4 five |
170 > EOF |
170 > EOF |
171 hg: parse error: missing rules for changeset c8e68270e35a |
171 hg: parse error: missing rules for changeset c8e68270e35a |
172 (use "drop c8e68270e35a" to discard, see also: "hg help -e histedit.config") |
172 (use "drop c8e68270e35a" to discard, see also: 'hg help -e histedit.config') |
173 [255] |
173 [255] |
174 |
174 |
175 Test that extra revisions are detected |
175 Test that extra revisions are detected |
176 --------------------------------------- |
176 --------------------------------------- |
177 |
177 |