tests/test-serve.out
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 22 Oct 2008 13:14:52 +0200
changeset 7200 ca5ac40949dc
parent 6461 eb69e7989145
child 10633 3318431f2ab4
permissions -rw-r--r--
patch/diff: use a separate function to write the first line of a file diff

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