configitems: register the 'email.bcc' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 03:53:58 +0200
changeset 34597 76d48132eb01
parent 34596 c2dea46d0f23
child 34598 0a68c615706c
configitems: register the 'email.bcc' config
mercurial/configitems.py
--- 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,
 )