comparison hgext/notify.py @ 33749:ff4a11ff7aa3

configitems: register the 'notify.template' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:43:30 +0200
parents c27fac1ca8ed
children a0e28577f7d4
comparison
equal deleted inserted replaced
33748:c27fac1ca8ed 33749:ff4a11ff7aa3
187 ) 187 )
188 configitem('notify', 'strip', 188 configitem('notify', 'strip',
189 default=0, 189 default=0,
190 ) 190 )
191 configitem('notify', 'style', 191 configitem('notify', 'style',
192 default=None,
193 )
194 configitem('notify', 'template',
192 default=None, 195 default=None,
193 ) 196 )
194 197
195 # template for single changeset can include email headers. 198 # template for single changeset can include email headers.
196 single_template = ''' 199 single_template = '''