tests/test-serve.out
author Dmitriy Kostunin <dmitriy.kostunin@gmail.com>
Tue, 31 Mar 2009 00:04:07 +0900
changeset 8601 021de2d12355
parent 6461 eb69e7989145
child 10633 3318431f2ab4
permissions -rw-r--r--
inotify: adding test for issue1556

% 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