tests/test-pull.t
changeset 17486 73e3e368bd42
parent 16913 f2719b387380
child 22046 7a9cbb315d84
equal deleted inserted replaced
17485:dc0d61216672 17486:73e3e368bd42
    66   added 1 changesets with 1 changes to 1 files
    66   added 1 changesets with 1 changes to 1 files
    67   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    67   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    68 
    68 
    69 Test 'file:' uri handling:
    69 Test 'file:' uri handling:
    70 
    70 
    71   $ hg pull -q file://../test-doesnt-exist
    71   $ hg pull -q file://../test-does-not-exist
    72   abort: file:// URLs can only refer to localhost
    72   abort: file:// URLs can only refer to localhost
    73   [255]
    73   [255]
    74 
    74 
    75   $ hg pull -q file://../test
    75   $ hg pull -q file://../test
    76   abort: file:// URLs can only refer to localhost
    76   abort: file:// URLs can only refer to localhost