tests/test-histedit-arguments.t
changeset 19042 52366b37f897
parent 19041 3b52b15e0b3d
child 19043 7d27d80185f0
equal deleted inserted replaced
19041:3b52b15e0b3d 19042:52366b37f897
    89   > pick 08d98a8350f3 4 five
    89   > pick 08d98a8350f3 4 five
    90   > EOF
    90   > EOF
    91   abort: may not use changesets other than the ones listed
    91   abort: may not use changesets other than the ones listed
    92   [255]
    92   [255]
    93 
    93 
       
    94 Test malformed line
       
    95 ---------------------------------------
       
    96 
       
    97   $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
       
    98   > pickeb57da33312f2three
       
    99   > pick c8e68270e35a 3 four
       
   100   > pick 08d98a8350f3 4 five
       
   101   > EOF
       
   102   abort: malformed line "pickeb57da33312f2three"
       
   103   [255]
       
   104 
    94 Test short version of command
   105 Test short version of command
    95 ---------------------------------------
   106 ---------------------------------------
    96 
   107 
    97 Note: we use varying amounts of white space between command name and changeset
   108 Note: we use varying amounts of white space between command name and changeset
    98 short hash. This tests issue3893.
   109 short hash. This tests issue3893.