tests/test-pull.t
changeset 42078 50b69c08651b
parent 39707 5abc47d4ca6b
child 42079 fcd7a91dec23
equal deleted inserted replaced
42077:b8c2dc367cc3 42078:50b69c08651b
    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 'xxxxxxxxxxxxxxxxxx y'!
    75   abort: unknown revision 'xxxxxxxxxxxxxxxxxx y'!
    76   [255]
    76   [255]
    77 
    77 
       
    78 Test pull of working copy revision
       
    79 BROKEN: should give a better error message
       
    80   $ hg pull -r 'ffffffffffff'
       
    81   pulling from http://foo@localhost:$HGPORT/
       
    82   abort: b2a_hex() argument 1 must be string or buffer, not None!
       
    83   [255]
       
    84 
    78 Issue622: hg init && hg pull -u URL doesn't checkout default branch
    85 Issue622: hg init && hg pull -u URL doesn't checkout default branch
    79 
    86 
    80   $ cd ..
    87   $ cd ..
    81   $ hg init empty
    88   $ hg init empty
    82   $ cd empty
    89   $ cd empty