comparison tests/test-serve.out @ 5971:6d5ecf824a65

tests for hg serve prefix option
author Michele Cella <michele.cella@gmail.com>
date Tue, 22 Jan 2008 23:06:37 +0100
parents e3a0c092b4e2
children 8e7d64989bb8
comparison
equal deleted inserted replaced
5970:f25070ecf334 5971:6d5ecf824a65
1 % Without -v 1 % Without -v
2 access log created - .hg/hgrc respected 2 access log created - .hg/hgrc respected
3 % With -v 3 % With -v
4 listening at http://localhost/ 4 listening at http://localhost/
5 killed!
6 % With --prefix foo
7 listening at http://localhost/foo/
8 killed!
9 % With --prefix /foo
10 listening at http://localhost/foo/
11 killed!
12 % With --prefix foo/
13 listening at http://localhost/foo/
14 killed!
15 % With --prefix /foo/
16 listening at http://localhost/foo/