hgbook

diff en/examples/ch10/bugzilla-config.lst @ 614:c8680784cdbb

Make builds more reliable.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 15:35:44 2009 -0700 (2009-03-31)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/examples/ch10/bugzilla-config.lst	Tue Mar 31 15:35:44 2009 -0700
     1.3 @@ -0,0 +1,14 @@
     1.4 +[bugzilla]
     1.5 +host = bugzilla.example.com
     1.6 +password = mypassword version = 2.16
     1.7 +# server-side repos live in /home/hg/repos, so strip 4 leading
     1.8 +# separators
     1.9 +strip = 4
    1.10 +hgweb = http://hg.example.com/
    1.11 +usermap = /home/hg/repos/notify/bugzilla.conf
    1.12 +template = Changeset {node|short}, made by {author} in the {webroot}
    1.13 +  repo, refers to this bug.\n
    1.14 +  For complete details, see
    1.15 +  {hgweb}{webroot}?cmd=changeset;node={node|short}\n
    1.16 +  Changeset description:\n
    1.17 +  \t{desc|tabindent}