hgbook

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/examples/ch10/bugzilla-config.lst	Sun Jun 28 17:18:56 2009 +0200
     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}