hgbook

annotate fr/examples/ch10/notify-config.lst @ 999:a6b81cd31cfd

adding complete.xml - which generated but Bryan did add it also - as I have absolutly no personnality I do as he does
author Romain PELISSE <belaran@gmail.com>
date Sat Sep 12 20:53:36 2009 +0200 (2009-09-12)
parents
children
rev   line source
belaran@966 1 [notify]
belaran@966 2 # really send email
belaran@966 3 test = false
belaran@966 4 # subscriber data lives in the notify repo
belaran@966 5 config = /home/hg/repos/notify/notify.conf
belaran@966 6 # repos live in /home/hg/repos on server, so strip 4 "/" chars
belaran@966 7 strip = 4
belaran@966 8 template = X-Hg-Repo: {webroot}\n
belaran@966 9 Subject: {webroot}: {desc|firstline|strip}\n
belaran@966 10 From: {author}
belaran@966 11 \n\n
belaran@966 12 changeset {node|short} in {root}
belaran@966 13 \n\ndetails:
belaran@966 14 {baseurl}{webroot}?cmd=changeset;node={node|short}
belaran@966 15 description: {desc|tabindent|strip}
belaran@966 16
belaran@966 17 [web]
belaran@966 18 baseurl =
belaran@966 19 http://hg.example.com/