##// END OF EJS Templates
Fix Debian bug #494889 (fetching from static-http://... broken)...
Fix Debian bug #494889 (fetching from static-http://... broken) Changeset 6605a03cbf87 which fixed issue965 (hg clone static-http does not work for empty repos) broke cloning of repos with old layout (without store) via static-http. This fix makes cloning from old-style repositories possible again, but will not allow cloning of empty old-style repositories as this can not be detected reliably.

File last commit:

r6461:eb69e798 default
r7178:98b6c3dd 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)