tests/test-serve.out
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 30 Mar 2008 20:31:35 +0200
changeset 6409 47f4a47161b4
parent 6262 de7256c82fad
child 6419 7c36aee46bf5
permissions -rw-r--r--
merge with crew

% Without -v
access log created - .hg/hgrc respected
% With -v
listening at http://localhost/ (127.0.0.1)
% With --prefix foo
listening at http://localhost/foo/ (127.0.0.1)
% With --prefix /foo
listening at http://localhost/foo/ (127.0.0.1)
% With --prefix foo/
listening at http://localhost/foo/ (127.0.0.1)
% With --prefix /foo/
listening at http://localhost/foo/ (127.0.0.1)