comparison tests/test-histedit-arguments.t @ 29970:5ad164698626

histedit: use single quotes in use warning
author timeless <timeless@mozdev.org>
date Tue, 20 Sep 2016 23:45:25 +0000
parents 2ff243c415b4
children 37ab9e20991c
comparison
equal deleted inserted replaced
29969:862ab1cdb218 29970:5ad164698626
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