##// END OF EJS Templates
Merge with stable
Merge with stable

File last commit:

r12403:ba885091 default
r12577:05210e95 merge default
Show More
test-serve.out
25 lines | 773 B | text/plain | TextLexer
Joel Rosdahl
Add test reproducing a bug in "hg serve -v"
r4504 % Without -v
Alexis S. L. Carvalho
serve: respect settings from .hg/hgrc...
r4835 access log created - .hg/hgrc respected
Dirkjan Ochtman
tests: easier error diagnostics for test-serve
r6461 % errors
Joel Rosdahl
Add test reproducing a bug in "hg serve -v"
r4504 % With -v
Thomas Arendsen Hein
test-serve: Show if port config and option are correctly used...
r10633 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)
Dirkjan Ochtman
tests: easier error diagnostics for test-serve
r6461 % errors
Mads Kiilerich
test-serve: fix test for binding to low named port on solaris...
r12403 % With -v and -p echo (should fail because low port)
abort: cannot start server at 'localhost:7': Permission denied
Brodie Rao
mail/hgweb: support service names for ports (issue2350)...
r12076 abort: child process failed to start
% errors
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix foo
Thomas Arendsen Hein
test-serve: Show if port config and option are correctly used...
r10633 listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
Dirkjan Ochtman
tests: easier error diagnostics for test-serve
r6461 % errors
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix /foo
Thomas Arendsen Hein
test-serve: Show if port config and option are correctly used...
r10633 listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
Dirkjan Ochtman
tests: easier error diagnostics for test-serve
r6461 % errors
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix foo/
Thomas Arendsen Hein
test-serve: Show if port config and option are correctly used...
r10633 listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
Dirkjan Ochtman
tests: easier error diagnostics for test-serve
r6461 % errors
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix /foo/
Thomas Arendsen Hein
test-serve: Show if port config and option are correctly used...
r10633 listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
Dirkjan Ochtman
tests: easier error diagnostics for test-serve
r6461 % errors