tests/test-pull.t
changeset 12316 4134686b83e1
parent 12279 28e2e3804f2e
child 12328 b63f6422d2a7
equal deleted inserted replaced
12315:ca58f6475f1d 12316:4134686b83e1
    67 
    67 
    68 Test 'file:' uri handling:
    68 Test 'file:' uri handling:
    69 
    69 
    70   $ hg pull -q file://../test-doesnt-exist
    70   $ hg pull -q file://../test-doesnt-exist
    71   abort: repository /test-doesnt-exist not found!
    71   abort: repository /test-doesnt-exist not found!
       
    72   [255]
    72 
    73 
    73   $ hg pull -q file:../test
    74   $ hg pull -q file:../test
    74 
    75 
    75 # It's tricky to make file:// URLs working on every platforms
    76 # It's tricky to make file:// URLs working on every platforms
    76 # with regular shell commands.
    77 # with regular shell commands.