tests/test-histedit-arguments.t
changeset 27414 6602a7b9deec
parent 27406 11be6b7f95da
child 27545 a67d2e059a51
equal deleted inserted replaced
27413:f675ab4d0781 27414:6602a7b9deec
   157   $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
   157   $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
   158   > pick eb57da33312f 2 three
   158   > pick eb57da33312f 2 three
   159   > pick 08d98a8350f3 4 five
   159   > pick 08d98a8350f3 4 five
   160   > EOF
   160   > EOF
   161   abort: missing rules for changeset c8e68270e35a
   161   abort: missing rules for changeset c8e68270e35a
   162   (use "drop c8e68270e35a" to discard the change)
   162   (use "drop c8e68270e35a" to discard, see also: "hg help -e histedit.config")
   163   [255]
   163   [255]
   164 
   164 
   165 Test that extra revisions are detected
   165 Test that extra revisions are detected
   166 ---------------------------------------
   166 ---------------------------------------
   167 
   167