##// END OF EJS Templates
subrepo: change default path in hgrc of subrepo after cloning...
subrepo: change default path in hgrc of subrepo after cloning Previous behavior was to put in the cloned subrepos the path found in the original main repo. However it isn't valid for relative path and it seems more logical to reference instead the subrepos working copy path of the original main repo.

File last commit:

r6461:eb69e798 default
r10378:e1401c74 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