tests/test-serve.out
author Martin Geisler <mg@lazybytes.net>
Sun, 29 Aug 2010 22:46:00 +0200
branchstable
changeset 12069 7c3c44413bc1
parent 10633 3318431f2ab4
child 12076 49463314c24f
permissions -rw-r--r--
churn: do not crash on malformed lines in alias file

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