tests/test-url-download.t
changeset 35730 05d415790761
parent 35564 cf841f2b5a72
child 46522 8214c71589f6
equal deleted inserted replaced
35729:7415cc923613 35730:05d415790761
    50   $ hg -R server debuglfput null.txt
    50   $ hg -R server debuglfput null.txt
    51   a57b57b39ee4dc3da1e03526596007f480ecdbe8
    51   a57b57b39ee4dc3da1e03526596007f480ecdbe8
    52 
    52 
    53   $ hg --traceback debugdownload "largefile://a57b57b39ee4dc3da1e03526596007f480ecdbe8" --config paths.default=http://localhost:$HGPORT/
    53   $ hg --traceback debugdownload "largefile://a57b57b39ee4dc3da1e03526596007f480ecdbe8" --config paths.default=http://localhost:$HGPORT/
    54   1 0000000000000000000000000000000000000000
    54   1 0000000000000000000000000000000000000000
       
    55 
       
    56 from within a repository
       
    57 
       
    58   $ hg clone http://localhost:$HGPORT/ client
       
    59   no changes found
       
    60   updating to branch default
       
    61   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    62 
       
    63   $ cd client
       
    64   $ hg path
       
    65   default = http://localhost:$HGPORT/
       
    66   $ hg debugdownload "largefile://a57b57b39ee4dc3da1e03526596007f480ecdbe8"
       
    67   1 0000000000000000000000000000000000000000
       
    68   $ cd ..