changeset 34597:76d48132eb01

configitems: register the 'email.bcc' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 03:53:58 +0200
parents c2dea46d0f23
children 0a68c615706c
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Oct 11 03:50:24 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:53:58 2017 +0200
@@ -191,6 +191,9 @@
 coreconfigitem('diff', 'noprefix',
     default=None,
 )
+coreconfigitem('email', 'bcc',
+    default=None,
+)
 coreconfigitem('email', 'charsets',
     default=list,
 )