##// END OF EJS Templates
tests: unify test-acl
tests: unify test-acl

File last commit:

r10633:3318431f default
r11849:95a93161 default
Show More
test-serve.out
21 lines | 611 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
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