##// 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
% Without -v
access log created - .hg/hgrc respected
% With -v
listening at http://localhost/ (127.0.0.1)
% With --prefix foo
listening at http://localhost/foo/ (127.0.0.1)
% With --prefix /foo
listening at http://localhost/foo/ (127.0.0.1)
% With --prefix foo/
listening at http://localhost/foo/ (127.0.0.1)
% With --prefix /foo/
listening at http://localhost/foo/ (127.0.0.1)