tests/test-serve.out
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 20 Apr 2010 11:17:01 +0200
changeset 10968 7a0d096e221e
parent 10633 3318431f2ab4
child 12076 49463314c24f
permissions -rw-r--r--
dirstate: more explicit name, rename normaldirty() to otherparent()

% 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