hgbook

diff it/examples/ch10-bugzilla-config.lst.it @ 836:11a6ba60bb9e

Final editing for chapters 0-3.
author gpiancastelli
date Wed Aug 19 19:39:24 2009 +0200 (2009-08-19)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/ch10-bugzilla-config.lst.it	Wed Aug 19 19:39:24 2009 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!-- BEGIN ch10/bugzilla-config.lst -->
     1.5 +<programlisting>[bugzilla]
     1.6 +host = bugzilla.example.com
     1.7 +password = miapassword
     1.8 +version = 2.16
     1.9 +# i repository sul lato server si trovano in /home/hg/repos, quindi devono
    1.10 +# essere eliminati 4 separatori iniziali
    1.11 +strip = 4
    1.12 +hgweb = http://hg.example.com/
    1.13 +usermap = /home/hg/repos/notify/bugzilla.conf
    1.14 +template = Changeset {node|short}, creato da {author} nel repository {webroot}
    1.15 +  fa riferimento a questo bug.\n
    1.16 +  Per i dettagli completi, si veda
    1.17 +  {hgweb}{webroot}?cmd=changeset;node={node|short}\n
    1.18 +  Descrizione del changeset:\n
    1.19 +  \t{desc|tabindent}</programlisting>
    1.20 +<!-- END ch10/bugzilla-config.lst -->