test-serve.out
12 lines
| 378 B
| text/plain
|
TextLexer
/ tests / test-serve.out
Joel Rosdahl
|
r4504 | % Without -v | ||
Alexis S. L. Carvalho
|
r4835 | access log created - .hg/hgrc respected | ||
Joel Rosdahl
|
r4504 | % With -v | ||
Stephen Deasey
|
r6262 | listening at http://localhost/ (127.0.0.1) | ||
Michele Cella
|
r5971 | % With --prefix foo | ||
Stephen Deasey
|
r6262 | listening at http://localhost/foo/ (127.0.0.1) | ||
Michele Cella
|
r5971 | % With --prefix /foo | ||
Stephen Deasey
|
r6262 | listening at http://localhost/foo/ (127.0.0.1) | ||
Michele Cella
|
r5971 | % With --prefix foo/ | ||
Stephen Deasey
|
r6262 | listening at http://localhost/foo/ (127.0.0.1) | ||
Michele Cella
|
r5971 | % With --prefix /foo/ | ||
Stephen Deasey
|
r6262 | listening at http://localhost/foo/ (127.0.0.1) | ||