tests/test-serve.out
author Matt Mackall <mpm@selenic.com>
Mon, 19 Oct 2009 00:36:52 -0500
changeset 9606 69f8ac71ded1
parent 6461 eb69e7989145
child 10633 3318431f2ab4
permissions -rw-r--r--
Remove parents from default help in favor of summary

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