tests/test-static-http.t
changeset 48416 8c4881c07f57
parent 46672 7015b0232c5e
child 48691 7ee07e1a25c0
equal deleted inserted replaced
48415:0b8e076e878c 48416:8c4881c07f57
    93 trying clone -r
    93 trying clone -r
    94 
    94 
    95   $ cd ..
    95   $ cd ..
    96   $ hg clone -r doesnotexist static-http://localhost:$HGPORT/remote local0
    96   $ hg clone -r doesnotexist static-http://localhost:$HGPORT/remote local0
    97   abort: unknown revision 'doesnotexist'
    97   abort: unknown revision 'doesnotexist'
    98   [255]
    98   [10]
    99   $ hg clone -r 0 static-http://localhost:$HGPORT/remote local0
    99   $ hg clone -r 0 static-http://localhost:$HGPORT/remote local0
   100   adding changesets
   100   adding changesets
   101   adding manifests
   101   adding manifests
   102   adding file changes
   102   adding file changes
   103   added 1 changesets with 2 changes to 2 files
   103   added 1 changesets with 2 changes to 2 files