tests/test-pull-r
changeset 10358 d42821cd5c96
parent 8167 6c82beaaa11a
equal deleted inserted replaced
10357:0d64b30b35c3 10358:d42821cd5c96
    15 cd copy
    15 cd copy
    16 
    16 
    17 echo '% pull a missing revision'
    17 echo '% pull a missing revision'
    18 hg pull -qr missing ../repo
    18 hg pull -qr missing ../repo
    19 
    19 
       
    20 echo '% pull multiple revisions with update'
       
    21 hg pull -qu -r 0 -r 1 ../repo
       
    22 hg -q parents
       
    23 hg rollback
       
    24 
    20 echo '% pull -r 0'
    25 echo '% pull -r 0'
    21 hg pull -qr 0 ../repo
    26 hg pull -qr 0 ../repo
    22 hg log
    27 hg log
    23 
    28 
    24 echo '% pull -r 1'
    29 echo '% pull -r 1'