tests/test-clone.t
branchstable
changeset 43947 b4c82b704180
parent 42897 d7304434390f
child 44724 5c2a4f37eace
equal deleted inserted replaced
43868:b06cf2809ec3 43947:b4c82b704180
   612 
   612 
   613   $ hg clone a b
   613   $ hg clone a b
   614   abort: repository a not found!
   614   abort: repository a not found!
   615   [255]
   615   [255]
   616 
   616 
       
   617 Invalid URL
       
   618 
       
   619   $ hg clone http://invalid:url/a b
       
   620   abort: error: nonnumeric port: 'url'
       
   621   [255]
       
   622 
   617 No remote source
   623 No remote source
   618 
   624 
   619 #if windows
   625 #if windows
   620   $ hg clone http://$LOCALIP:3121/a b
   626   $ hg clone http://$LOCALIP:3121/a b
   621   abort: error: * (glob)
   627   abort: error: * (glob)