##// END OF EJS Templates
Merge from crew-stable.
Merge from crew-stable.

File last commit:

r6419:7c36aee4 default
r6460:a63aed91 merge default
Show More
test-serve.out
12 lines | 423 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
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)
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)
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)
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)
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)