tests/test-pull.t
changeset 37531 6639ac97ec3b
parent 36255 1ee1a42bfdae
child 38111 549e970397b2
equal deleted inserted replaced
37530:35b34202dd3b 37531:6639ac97ec3b
    70   pulling from http://foo@localhost:$HGPORT/
    70   pulling from http://foo@localhost:$HGPORT/
    71   abort: unknown revision 'xxxxxxxxxxxxxxxxxxxy'!
    71   abort: unknown revision 'xxxxxxxxxxxxxxxxxxxy'!
    72   [255]
    72   [255]
    73   $ hg pull -r 'xxxxxxxxxxxxxxxxxx y'
    73   $ hg pull -r 'xxxxxxxxxxxxxxxxxx y'
    74   pulling from http://foo@localhost:$HGPORT/
    74   pulling from http://foo@localhost:$HGPORT/
    75   abort: unknown revision '7878787878787878787878787878787878782079'!
    75   abort: unknown revision 'xxxxxxxxxxxxxxxxxx y'!
    76   [255]
    76   [255]
    77 
    77 
    78 Issue622: hg init && hg pull -u URL doesn't checkout default branch
    78 Issue622: hg init && hg pull -u URL doesn't checkout default branch
    79 
    79 
    80   $ cd ..
    80   $ cd ..