##// END OF EJS Templates
hgweb: only accept POST requests for unbundle
hgweb: only accept POST requests for unbundle

File last commit:

r6262:de7256c8 default
r6335:e29557d6 default
Show More
test-serve.out
12 lines | 378 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
Stephen Deasey
hgweb: clarify which address and port can/cannot be bound at startup (bug 769)...
r6262 listening at http://localhost/ (127.0.0.1)
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix foo
Stephen Deasey
hgweb: clarify which address and port can/cannot be bound at startup (bug 769)...
r6262 listening at http://localhost/foo/ (127.0.0.1)
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix /foo
Stephen Deasey
hgweb: clarify which address and port can/cannot be bound at startup (bug 769)...
r6262 listening at http://localhost/foo/ (127.0.0.1)
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix foo/
Stephen Deasey
hgweb: clarify which address and port can/cannot be bound at startup (bug 769)...
r6262 listening at http://localhost/foo/ (127.0.0.1)
Michele Cella
tests for hg serve prefix option
r5971 % With --prefix /foo/
Stephen Deasey
hgweb: clarify which address and port can/cannot be bound at startup (bug 769)...
r6262 listening at http://localhost/foo/ (127.0.0.1)