Show More
@@ -226,7 +226,7 configitem('notify', 'test', | |||||
226 | ) |
|
226 | ) | |
227 |
|
227 | |||
228 | # template for single changeset can include email headers. |
|
228 | # template for single changeset can include email headers. | |
229 | single_template = ''' |
|
229 | single_template = b''' | |
230 | Subject: changeset in {webroot}: {desc|firstline|strip} |
|
230 | Subject: changeset in {webroot}: {desc|firstline|strip} | |
231 | From: {author} |
|
231 | From: {author} | |
232 |
|
232 | |||
@@ -239,7 +239,7 description: | |||||
239 | # template for multiple changesets should not contain email headers, |
|
239 | # template for multiple changesets should not contain email headers, | |
240 | # because only first set of headers will be used and result will look |
|
240 | # because only first set of headers will be used and result will look | |
241 | # strange. |
|
241 | # strange. | |
242 | multiple_template = ''' |
|
242 | multiple_template = b''' | |
243 | changeset {node|short} in {root} |
|
243 | changeset {node|short} in {root} | |
244 | details: {baseurl}{webroot}?cmd=changeset;node={node|short} |
|
244 | details: {baseurl}{webroot}?cmd=changeset;node={node|short} | |
245 | summary: {desc|firstline} |
|
245 | summary: {desc|firstline} |
General Comments 0
You need to be logged in to leave comments.
Login now