##// END OF EJS Templates
hgweb: fix WSGI iterators handling in CGI adapter (issue1254)
hgweb: fix WSGI iterators handling in CGI adapter (issue1254)

File last commit:

r6461:eb69e798 default
r6922:1ec2d227 default
Show More
test-serve.out
18 lines | 477 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
Benoit Boissinot
hg serve: add clearer message when starting the server with --verbose...
r6419 listening at http://localhost/ (bound to 127.0.0.1)
Dirkjan Ochtman
tests: easier error diagnostics for test-serve
r6461 % errors
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix foo
Benoit Boissinot
hg serve: add clearer message when starting the server with --verbose...
r6419 listening at http://localhost/foo/ (bound to 127.0.0.1)
Dirkjan Ochtman
tests: easier error diagnostics for test-serve
r6461 % errors
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix /foo
Benoit Boissinot
hg serve: add clearer message when starting the server with --verbose...
r6419 listening at http://localhost/foo/ (bound to 127.0.0.1)
Dirkjan Ochtman
tests: easier error diagnostics for test-serve
r6461 % errors
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix foo/
Benoit Boissinot
hg serve: add clearer message when starting the server with --verbose...
r6419 listening at http://localhost/foo/ (bound to 127.0.0.1)
Dirkjan Ochtman
tests: easier error diagnostics for test-serve
r6461 % errors
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix /foo/
Benoit Boissinot
hg serve: add clearer message when starting the server with --verbose...
r6419 listening at http://localhost/foo/ (bound to 127.0.0.1)
Dirkjan Ochtman
tests: easier error diagnostics for test-serve
r6461 % errors