summaryrefslogtreecommitdiff
path: root/config_stubs/hgssh.cfg
blob: 04cad88b9ca2941cf0825ac8a00598b43ff4c879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
; --------------------------------------------------------------------
; Config
; --------------------------------------------------------------------
[system]
login_script = /srv/hg/validate-login.py
lock_script = /srv/hg/lock-repo.py
repo_path = /srv/hg/repos
repo_user = hg

; Defaults apply to everything below
[DEFAULT]
contact = mcrute
read = mcrute
write = mcrute

; --------------------------------------------------------------------
; Users
; --------------------------------------------------------------------
[user:mcrute]
name = Mike Crute
email = mcrute@gmail.com
ssh_key = ssh-dss really-long-pubkey

; --------------------------------------------------------------------
; Repositories
; --------------------------------------------------------------------
[repo:repository/path]
description = Repo description
contact = mcrute
write = mcrute,otheruser
read = mcrute,otheruser

;
; Adornments default to no, several can be specified
;

; Generates brown "DEFUNCT" adornment
defunct = yes

; Generates green "MAINTAINED" adornment
maintained = yes

; Generates linked "MOVED" adornment
moved_to = http://moved-to.com

; Generates red "PRIVATE" adornment
private = yes

; Generates linked "FORK" adornment
upstream = http://upstream.com