view tests/test-serve.out @ 6868:93b03f1be289

convert: Fix debugging output when running multiple commands with xargs.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 08 Aug 2008 18:37:50 +0200
parents de7256c82fad
children 7c36aee46bf5
line wrap: on
line source

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