[PATCH 11 of 13 config] configitems: register the 'notify.style' config
Boris Feld
boris.feld at octobus.net
Fri Aug 11 13:23:28 UTC 2017
# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1498787009 -7200
# Fri Jun 30 03:43:29 2017 +0200
# Node ID 83ee4bc7827a739c8dc3f38d41c2866ba0f12ff4
# Parent 7d5c8af4fd4a2ffdf41588a61509f73cfc8f3ea5
# EXP-Topic config.register.notify
configitems: register the 'notify.style' config
diff -r 7d5c8af4fd4a -r 83ee4bc7827a hgext/notify.py
--- a/hgext/notify.py Fri Jun 30 03:43:28 2017 +0200
+++ b/hgext/notify.py Fri Jun 30 03:43:29 2017 +0200
@@ -188,6 +188,9 @@
configitem('notify', 'strip',
default=0,
)
+configitem('notify', 'style',
+ default=None,
+)
# template for single changeset can include email headers.
single_template = '''
More information about the Mercurial-devel
mailing list