sapling/tests/test-serve.out

26 lines
757 B
Plaintext
Raw Normal View History

% 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 -v and -p http (should fail)
abort: cannot start server at 'localhost:80': Permission denied
abort: child process failed to start
% errors
2008-01-23 01:06:37 +03:00
% With --prefix foo
listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
% errors
2008-01-23 01:06:37 +03:00
% With --prefix /foo
listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
% errors
2008-01-23 01:06:37 +03:00
% With --prefix foo/
listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
% errors
2008-01-23 01:06:37 +03:00
% With --prefix /foo/
listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
% errors