tests/test-clone-failure.out
changeset 925 5a034646e472
parent 814 0902ffece4b4
child 1588 a679a364436a
equal deleted inserted replaced
924:ab681ea2857e 925:5a034646e472
     1 + hg clone a b
       
     2 abort: repository a/.hg not found!
     1 abort: repository a/.hg not found!
     3 255
     2 255
     4 + hg clone http://127.0.0.1:3121/a b
       
     5 requesting all changes
     3 requesting all changes
     6 abort: error: Connection refused
     4 abort: error: Connection refused
     7 255
     5 255
     8 + hg clone a b
       
     9 abort: repository a/.hg not found!
     6 abort: repository a/.hg not found!
    10 255
     7 255
    11 + hg init
       
    12 + hg clone . ../a
       
    13 abort: destination '../a' already exists
     8 abort: destination '../a' already exists
    14 1
     9 1
    15 + hg clone a b
       
    16 abort: repository a/.hg not found!
    10 abort: repository a/.hg not found!
    17 255
    11 255
    18 + hg init
       
    19 + hg clone q
       
    20 abort: destination 'q' already exists
    12 abort: destination 'q' already exists