Differences between revisions 3 and 4
Revision 3 as of 2006-05-22 19:59:02
Size: 349
Comment:
Revision 4 as of 2006-05-22 21:51:25
Size: 648
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Line 13: Line 12:
sources = push serve pull sources = push serve pull
; example of a custom template
incoming=Subject: \[Changeset in {webroot}\] - {desc|firstline|strip}\nFrom: {author}\n\nChangeset : {node|short}\nRepository : {webroot}\nAuthor : {author}\nDetails : {baseurl}{webroot}?cmd=changeset;mode={node|short}\nDescription:\n\t{desc|tabindent|strip}\n

Introduction

Configuration

1. .hgrc configuration options

Note: Currently issue http://www.selenic.com/mercurial/bts/issue222 requires that the configuration for this extension be defined in global hgrc.

[notify]
; multiple sources can be specified as a whitespace separated list
sources = push serve pull
; example of a custom template
incoming=Subject: \[Changeset in {webroot}\] - {desc|firstline|strip}\nFrom: {author}\n\nChangeset  : {node|short}\nRepository : {webroot}\nAuthor     : {author}\nDetails    : {baseurl}{webroot}?cmd=changeset;mode={node|short}\nDescription:\n\t{desc|tabindent|strip}\n

NotifyExtension (last edited 2018-04-18 13:41:29 by JoergSonnenberger)