##// END OF EJS Templates
tests for hg serve prefix option
tests for hg serve prefix option

File last commit:

r5971:6d5ecf82 default
r5971:6d5ecf82 default
Show More
test-serve.out
16 lines | 350 B | text/plain | TextLexer
% Without -v
access log created - .hg/hgrc respected
% With -v
listening at http://localhost/
killed!
% With --prefix foo
listening at http://localhost/foo/
killed!
% With --prefix /foo
listening at http://localhost/foo/
killed!
% With --prefix foo/
listening at http://localhost/foo/
killed!
% With --prefix /foo/
listening at http://localhost/foo/