tests/test-serve.out
author Adrian Buehlmann <adrian@cadifra.com>
Thu, 24 Jul 2008 16:32:51 +0200
changeset 6839 01db3e101362
parent 6461 eb69e7989145
child 10633 3318431f2ab4
permissions -rw-r--r--
move filename encoding functions from util.py to new store.py

% 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