changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / hgweb.conf

changeset 102: 59fd93e4d36f
parent: cdffdb9777dd
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 13 Sep 2024 20:16:24 -0400
permissions: -rw-r--r--
description: 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 = vc, ellis
19 [extensions]
20 # requires pygments to be installed
21 highlight =
22 clonebundles =
23 histedit =
24 git =
25 evolve =
26 # external
27 # hggit =
28 [paths]
29 /core = /home/vc/src/core
30 /demo = /home/vc/src/demo
31 /etc = /home/vc/src/etc
32 /home = /home/vc/src/home
33 /infra = /home/vc/src/infra/**
34 /org = /home/vc/src/org/**
35 /packy = /home/vc/src/packy/
36 [phases]
37 publish = False
38 new-commit = draft
39 [trusted]
40 users = ellis, vc, root