tests/test-pull-r.t
changeset 12316 4134686b83e1
parent 12279 28e2e3804f2e
child 13446 1e497df514e2
equal deleted inserted replaced
12315:ca58f6475f1d 12316:4134686b83e1
    32 
    32 
    33 Pull a missing revision:
    33 Pull a missing revision:
    34 
    34 
    35   $ hg pull -qr missing ../repo
    35   $ hg pull -qr missing ../repo
    36   abort: unknown revision 'missing'!
    36   abort: unknown revision 'missing'!
       
    37   [255]
    37 
    38 
    38 Pull multiple revisions with update:
    39 Pull multiple revisions with update:
    39 
    40 
    40   $ hg pull -qu -r 0 -r 1 ../repo
    41   $ hg pull -qu -r 0 -r 1 ../repo
    41   $ hg -q parents
    42   $ hg -q parents