tests/test-histedit-arguments.t
changeset 19043 7d27d80185f0
parent 19042 52366b37f897
child 19044 f77c23ec09f7
equal deleted inserted replaced
19042:52366b37f897 19043:7d27d80185f0
   100   > pick 08d98a8350f3 4 five
   100   > pick 08d98a8350f3 4 five
   101   > EOF
   101   > EOF
   102   abort: malformed line "pickeb57da33312f2three"
   102   abort: malformed line "pickeb57da33312f2three"
   103   [255]
   103   [255]
   104 
   104 
       
   105 Test unknown changeset
       
   106 ---------------------------------------
       
   107 
       
   108   $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
       
   109   > pick 0123456789ab 2 three
       
   110   > pick c8e68270e35a 3 four
       
   111   > pick 08d98a8350f3 4 five
       
   112   > EOF
       
   113   abort: unknown changeset 0123456789ab listed
       
   114   [255]
       
   115 
   105 Test short version of command
   116 Test short version of command
   106 ---------------------------------------
   117 ---------------------------------------
   107 
   118 
   108 Note: we use varying amounts of white space between command name and changeset
   119 Note: we use varying amounts of white space between command name and changeset
   109 short hash. This tests issue3893.
   120 short hash. This tests issue3893.