hgbook
annotate en/examples/ch10/notify-config.lst @ 1032:a55f319bcc67
Merge with Romain Pelisse
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sat Jul 10 06:24:49 2010 +0100 (2010-07-10) |
parents | |
children |
rev | line source |
---|---|
bos@580 | 1 [notify] |
bos@580 | 2 # really send email |
bos@580 | 3 test = false |
bos@580 | 4 # subscriber data lives in the notify repo |
bos@580 | 5 config = /home/hg/repos/notify/notify.conf |
bos@580 | 6 # repos live in /home/hg/repos on server, so strip 4 "/" chars |
bos@580 | 7 strip = 4 |
bos@580 | 8 template = X-Hg-Repo: {webroot}\n |
bos@580 | 9 Subject: {webroot}: {desc|firstline|strip}\n |
bos@580 | 10 From: {author} |
bos@580 | 11 \n\n |
bos@580 | 12 changeset {node|short} in {root} |
bos@580 | 13 \n\ndetails: |
bos@580 | 14 {baseurl}{webroot}?cmd=changeset;node={node|short} |
bos@580 | 15 description: {desc|tabindent|strip} |
bos@580 | 16 |
bos@580 | 17 [web] |
bos@580 | 18 baseurl = |
bos@580 | 19 http://hg.example.com/ |