tests/test-serve.out
author Sune Foldager <cryo@cyanite.org>
Sun, 07 Feb 2010 15:23:46 +0100
changeset 10379 a78bfaf988e1
parent 6461 eb69e7989145
child 10633 3318431f2ab4
permissions -rw-r--r--
add -b/--branch option to clone, bundle, incoming, outgoing, pull, push

% 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