hgbook

annotate en/examples/ch10/bugzilla-config.lst @ 895:17c8e09ddd2b

Page background must be white since formulas' background is always white.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 12:19:54 2009 +0100 (2009-10-26)
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}