view 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
line wrap: on
line source

% Without -v
access log created - .hg/hgrc respected
% With -v
listening at http://localhost/
killed!
% With --prefix foo
listening at http://localhost/foo/
killed!
% With --prefix /foo
listening at http://localhost/foo/
killed!
% With --prefix foo/
listening at http://localhost/foo/
killed!
% With --prefix /foo/
listening at http://localhost/foo/