tests/test-serve.out
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 16 Feb 2008 17:51:30 +0100
changeset 6136 acfb9fa494e2
parent 6000 8e7d64989bb8
child 6262 de7256c82fad
permissions -rw-r--r--
hgweb: Pass only filename instead of full path when downloading raw files. Before this patch "filename=foo/bar" was sent and e.g. Firefox offered to save the file as "foo-bar" instead of just "bar".

% 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/