tests/test-histedit-arguments.t
changeset 19041 3b52b15e0b3d
parent 19040 7eb6bfe0b5a2
child 19042 52366b37f897
equal deleted inserted replaced
19040:7eb6bfe0b5a2 19041:3b52b15e0b3d
    78   > pick 08d98a8350f3 4 five
    78   > pick 08d98a8350f3 4 five
    79   > EOF
    79   > EOF
    80   abort: must specify a rule for each changeset once
    80   abort: must specify a rule for each changeset once
    81   [255]
    81   [255]
    82 
    82 
       
    83 Test that extra revisions are detected
       
    84 ---------------------------------------
       
    85 
       
    86   $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
       
    87   > pick 6058cbb6cfd7 0 one
       
    88   > pick c8e68270e35a 3 four
       
    89   > pick 08d98a8350f3 4 five
       
    90   > EOF
       
    91   abort: may not use changesets other than the ones listed
       
    92   [255]
       
    93 
    83 Test short version of command
    94 Test short version of command
    84 ---------------------------------------
    95 ---------------------------------------
    85 
    96 
    86 Note: we use varying amounts of white space between command name and changeset
    97 Note: we use varying amounts of white space between command name and changeset
    87 short hash. This tests issue3893.
    98 short hash. This tests issue3893.