configitems: register the 'email.cc' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 03:54:05 +0200
changeset 34598 0a68c615706c
parent 34597 76d48132eb01
child 34599 263a736aed9b
configitems: register the 'email.cc' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Oct 11 03:53:58 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:54:05 2017 +0200
@@ -194,6 +194,9 @@
 coreconfigitem('email', 'bcc',
     default=None,
 )
+coreconfigitem('email', 'cc',
+    default=None,
+)
 coreconfigitem('email', 'charsets',
     default=list,
 )