comparison en/examples/ch10/notify-config.lst @ 680:8366882f67f2

Fix up more formatting goop
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 18 Mar 2009 00:00:58 -0700
parents
children
comparison
equal deleted inserted replaced
679:80928ea6e7ae 680:8366882f67f2
1 [notify]
2 # really send email
3 test = false
4 # subscriber data lives in the notify repo
5 config = /home/hg/repos/notify/notify.conf
6 # repos live in /home/hg/repos on server, so strip 4 "/" chars
7 strip = 4
8 template = X-Hg-Repo: {webroot}\n
9 Subject: {webroot}: {desc|firstline|strip}\n
10 From: {author}
11 \n\n
12 changeset {node|short} in {root}
13 \n\ndetails:
14 {baseurl}{webroot}?cmd=changeset;node={node|short}
15 description: {desc|tabindent|strip}
16
17 [web]
18 baseurl =
19 http://hg.example.com/