diff -r 7933bcb02bfc -r 3b8d92f71d92 tests/test-hgweb-empty.t --- a/tests/test-hgweb-empty.t Thu Sep 05 13:37:24 2024 +0200 +++ b/tests/test-hgweb-empty.t Wed Nov 15 22:11:34 2023 +0100 @@ -1,9 +1,15 @@ #require serve -Some tests for hgweb in an empty repository +Some tests for hgweb in an empty repository and empty archive $ hg init test $ cd test + $ cat << EOF >> .hg/hgrc + > [web] + > allow-archive = zip + > [ui] + > archivemeta = False + > EOF $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log $ cat hg.pid >> $DAEMON_PIDS $ (get-with-headers.py localhost:$HGPORT 'shortlog') @@ -44,6 +50,9 @@