tests/test-pull.t
changeset 26604 a3fcc8e3136b
parent 24205 abcb1ee3b20a
child 31774 5e92ba77793c
equal deleted inserted replaced
26603:517ffec37dee 26604:a3fcc8e3136b
    50   no changes found
    50   no changes found
    51 
    51 
    52   $ hg rollback --dry-run --verbose
    52   $ hg rollback --dry-run --verbose
    53   repository tip rolled back to revision -1 (undo pull: http://foo:***@localhost:$HGPORT/)
    53   repository tip rolled back to revision -1 (undo pull: http://foo:***@localhost:$HGPORT/)
    54 
    54 
       
    55 Test pull of non-existing 20 character revision specification, making sure plain ascii identifiers
       
    56 not are encoded like a node:
       
    57 
       
    58   $ hg pull -r 'xxxxxxxxxxxxxxxxxxxy'
       
    59   pulling from http://foo@localhost:$HGPORT/
       
    60   abort: unknown revision 'xxxxxxxxxxxxxxxxxxxy'!
       
    61   [255]
       
    62   $ hg pull -r 'xxxxxxxxxxxxxxxxxx y'
       
    63   pulling from http://foo@localhost:$HGPORT/
       
    64   abort: unknown revision '7878787878787878787878787878787878782079'!
       
    65   [255]
       
    66 
    55 Issue622: hg init && hg pull -u URL doesn't checkout default branch
    67 Issue622: hg init && hg pull -u URL doesn't checkout default branch
    56 
    68 
    57   $ cd ..
    69   $ cd ..
    58   $ hg init empty
    70   $ hg init empty
    59   $ cd empty
    71   $ cd empty