##// END OF EJS Templates
add cmdutil.remoteui...
add cmdutil.remoteui remoteui sorts out the issues of getting ssh config options from the local repo into the remote one while not copying other options like hooks.

File last commit:

r6461:eb69e798 default
r8188:f3abe032 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