tests/test-histedit-arguments.t
changeset 19047 81de87f8b480
parent 19044 f77c23ec09f7
child 19048 1163ff06ce89
equal deleted inserted replaced
19046:36adbbe960ca 19047:81de87f8b480
   122   > pick 08d98a8350f3 4 five
   122   > pick 08d98a8350f3 4 five
   123   > EOF
   123   > EOF
   124   abort: unknown action "coin"
   124   abort: unknown action "coin"
   125   [255]
   125   [255]
   126 
   126 
       
   127 Test duplicated changeset
       
   128 ---------------------------------------
       
   129 
       
   130 So one is missing and one appear twice.
       
   131 
       
   132   $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
       
   133   > pick eb57da33312f 2 three
       
   134   > pick eb57da33312f 2 three
       
   135   > pick 08d98a8350f3 4 five
       
   136   > EOF
       
   137   abort: duplicated command for changeset eb57da33312f
       
   138   [255]
       
   139 
   127 Test short version of command
   140 Test short version of command
   128 ---------------------------------------
   141 ---------------------------------------
   129 
   142 
   130 Note: we use varying amounts of white space between command name and changeset
   143 Note: we use varying amounts of white space between command name and changeset
   131 short hash. This tests issue3893.
   144 short hash. This tests issue3893.