hgbook
annotate fr/examples/ch10/bugzilla-config.lst @ 1114:527b86d55d4a
inotify: update installation information
inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Sun Dec 13 16:35:56 2009 +0900 (2009-12-13) |
parents | |
children |
rev | line source |
---|---|
belaran@966 | 1 [bugzilla] |
belaran@966 | 2 host = bugzilla.example.com |
belaran@966 | 3 password = mypassword version = 2.16 |
belaran@966 | 4 # server-side repos live in /home/hg/repos, so strip 4 leading |
belaran@966 | 5 # separators |
belaran@966 | 6 strip = 4 |
belaran@966 | 7 hgweb = http://hg.example.com/ |
belaran@966 | 8 usermap = /home/hg/repos/notify/bugzilla.conf |
belaran@966 | 9 template = Changeset {node|short}, made by {author} in the {webroot} |
belaran@966 | 10 repo, refers to this bug.\n |
belaran@966 | 11 For complete details, see |
belaran@966 | 12 {hgweb}{webroot}?cmd=changeset;node={node|short}\n |
belaran@966 | 13 Changeset description:\n |
belaran@966 | 14 \t{desc|tabindent} |