tests/test-serve.t
changeset 16913 f2719b387380
parent 16487 4fe874697a4d
child 18602 339a3fa19695
equal deleted inserted replaced
16912:6ef3107c661e 16913:f2719b387380
    78 With --prefix /foo/
    78 With --prefix /foo/
    79 
    79 
    80   $ hgserve --prefix /foo/
    80   $ hgserve --prefix /foo/
    81   listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
    81   listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
    82   % errors
    82   % errors
       
    83 
       
    84   $ cd ..