hgbook

annotate 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
rev   line source
bos@580 1 [bugzilla]
bos@580 2 host = bugzilla.example.com
bos@580 3 password = mypassword version = 2.16
bos@580 4 # server-side repos live in /home/hg/repos, so strip 4 leading
bos@580 5 # separators
bos@580 6 strip = 4
bos@580 7 hgweb = http://hg.example.com/
bos@580 8 usermap = /home/hg/repos/notify/bugzilla.conf
bos@580 9 template = Changeset {node|short}, made by {author} in the {webroot}
bos@580 10 repo, refers to this bug.\n
bos@580 11 For complete details, see
bos@580 12 {hgweb}{webroot}?cmd=changeset;node={node|short}\n
bos@580 13 Changeset description:\n
bos@580 14 \t{desc|tabindent}