tests/test-serve.out
author Patrick Mezard <pmezard@gmail.com>
Sat, 24 May 2008 18:11:34 +0200
changeset 6628 f18f14bae172
parent 6262 de7256c82fad
child 6419 7c36aee46bf5
permissions -rw-r--r--
test-mq-merge: test mq merge and explicit patch queue

% Without -v
access log created - .hg/hgrc respected
% With -v
listening at http://localhost/ (127.0.0.1)
% With --prefix foo
listening at http://localhost/foo/ (127.0.0.1)
% With --prefix /foo
listening at http://localhost/foo/ (127.0.0.1)
% With --prefix foo/
listening at http://localhost/foo/ (127.0.0.1)
% With --prefix /foo/
listening at http://localhost/foo/ (127.0.0.1)