hgbook

annotate en/examples/ch10/bugzilla-config.lst @ 1039:d0870e907b3d

1.5 partly translated
author Zhaoping Sun <zhaopingsun@gmail.com>
date Sun Nov 08 17:25:59 2009 -0500 (2009-11-08)
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}