view tests/test-serve.out @ 6196:fc9535ae6fe2

highlight: use iter() instead of generator comprehension
author Brendan Cully <brendan@kublai.com>
date Fri, 29 Feb 2008 11:13:50 -0800
parents 8e7d64989bb8
children de7256c82fad
line wrap: on
line source

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