tests/test-serve.out
author Matt Mackall <mpm@selenic.com>
Sat, 07 Nov 2009 16:30:42 -0600
changeset 9780 1ee085511b89
parent 6461 eb69e7989145
child 10633 3318431f2ab4
permissions -rw-r--r--
subrepo: notice dirty subrepo states when merging

% 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