hgbook
annotate fr/examples/ch10/bugzilla-config.lst @ 991:e6894aa7baf2
French translation; ch04-concepts.xml; 10percent
author | Jean-Marie Clément <JeanMarieClement@web.de> |
---|---|
date | Mon Sep 07 23:16:08 2009 +0200 (2009-09-07) |
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} |