tests/test-serve.out
author Martin Geisler <mg@daimi.au.dk>
Fri, 27 Mar 2009 17:35:00 +0100
changeset 7894 caef5fdf1375
parent 6461 eb69e7989145
child 10633 3318431f2ab4
permissions -rw-r--r--
cmdutil: fix untranslatable string in copy

% 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