##// END OF EJS Templates
convert/bzr: make it work with filemaps (issue1631)...
convert/bzr: make it work with filemaps (issue1631) The bzr converter maintains a child -> parents mapping and drop entries whenever a child is read. It does not work with filemaps, getchangedfiles() may be called more than once when filtered files belong to merge revisions. getchanges() still works that way but it is not clear whether a similar issue can arise when interacting with merges.

File last commit:

r6461:eb69e798 default
r8165:78658990 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