hgbook

view en/examples/ch10/bugzilla-config.lst @ 732:1c31e38a9720

Complete revision of Ch.2.
author Giulio@puck
date Sun Jun 28 17:18:56 2009 +0200 (2009-06-28)
parents
children
line source
1 [bugzilla]
2 host = bugzilla.example.com
3 password = mypassword version = 2.16
4 # server-side repos live in /home/hg/repos, so strip 4 leading
5 # separators
6 strip = 4
7 hgweb = http://hg.example.com/
8 usermap = /home/hg/repos/notify/bugzilla.conf
9 template = Changeset {node|short}, made by {author} in the {webroot}
10 repo, refers to this bug.\n
11 For complete details, see
12 {hgweb}{webroot}?cmd=changeset;node={node|short}\n
13 Changeset description:\n
14 \t{desc|tabindent}