changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / hgweb.conf

changeset 60: 64f785aa94f5
parent: d25f982fb8a6
child: b6f44c623141
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 21 Jul 2024 16:40:21 -0400
permissions: -rw-r--r--
description: hgweb cleanup
1 [web]
2 port = 8888
3 encoding = UTF-8
4 # allow_archive = zip
5 baseurl = https://vc.compiler.company
6 contact = ellis
7 # templates = theme
8 # style = monoblue
9 templates = /home/vc/templates
10 style = gitweb
11 # pygments_style = tango
12 highlightfiles = size('<100k')
13 # highlightonlymatchfilename = True
14 logourl = https://vc.compiler.company
15 staticurl = /static
16 descend = True
17 collapse = False
18 allow_push = ellis
19 [extensions]
20 highlight =
21 [paths]
22 / = /home/vc/src/*
23 [phases]
24 publish = False
25 new-commit = draft