tests/test-pull.t
changeset 46772 ce42fe36d581
parent 45921 95c4cca641f6
equal deleted inserted replaced
46771:7f6c002d7c0a 46772:ce42fe36d581
    79   $ hg pull -r 'ffffffffffff'
    79   $ hg pull -r 'ffffffffffff'
    80   pulling from http://foo@localhost:$HGPORT/
    80   pulling from http://foo@localhost:$HGPORT/
    81   abort: unknown revision 'ffffffffffff'
    81   abort: unknown revision 'ffffffffffff'
    82   [255]
    82   [255]
    83 
    83 
    84 Issue622: hg init && hg pull -u URL doesn't checkout default branch
       
    85 
       
    86   $ cd ..
       
    87   $ hg init empty
       
    88   $ cd empty
       
    89   $ hg pull -u ../test
       
    90   pulling from ../test
       
    91   requesting all changes
       
    92   adding changesets
       
    93   adding manifests
       
    94   adding file changes
       
    95   added 1 changesets with 1 changes to 1 files
       
    96   new changesets 340e38bdcde4
       
    97   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    98 
       
    99 Test 'file:' uri handling:
    84 Test 'file:' uri handling:
   100 
    85 
   101   $ hg pull -q file://../test-does-not-exist
    86   $ hg pull -q file://../test-does-not-exist
   102   abort: file:// URLs can only refer to localhost
    87   abort: file:// URLs can only refer to localhost
   103   [255]
    88   [255]