tests/test-serve.out
author Martin Geisler <mg@lazybytes.net>
Wed, 23 Dec 2009 20:31:35 +0100
branchstable
changeset 10132 ebf69364e80f
parent 6461 eb69e7989145
child 10633 3318431f2ab4
permissions -rw-r--r--
win32text: do not mention hgext in warning

% 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