From b61ea1bd7b0849af0df8d4c7c52b6954b8ceaa88 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 29 Jun 2020 19:21:11 -0500 Subject: Updated hgweb config --- mercurial/web/templates/hgweb.config.j2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mercurial/web/templates/hgweb.config.j2') diff --git a/mercurial/web/templates/hgweb.config.j2 b/mercurial/web/templates/hgweb.config.j2 index 881f8e4..10d9e53 100644 --- a/mercurial/web/templates/hgweb.config.j2 +++ b/mercurial/web/templates/hgweb.config.j2 @@ -4,3 +4,8 @@ [web] deny_push = * allow_archive = gz bz2 zip +encoding = UTF-8 +style = gitweb + +[extensions] +hgext.highlight = -- cgit v1.2.3