tests/test-serve.out
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 31 Mar 2008 18:44:12 +0200
changeset 6419 7c36aee46bf5
parent 6262 de7256c82fad
child 6461 eb69e7989145
permissions -rw-r--r--
hg serve: add clearer message when starting the server with --verbose Explicitly tell the address is the one the process is bound to. Fix the printing of IPv6 addresses.

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