# HG changeset patch # User Boris Feld # Date 2017-10-11 01:54:05 # Node ID 0a68c615706c2be9b3fa740663b2936c7f1c9613 # Parent 76d48132eb01bd5a4415ad4c5c00ae5b2e5f9672 configitems: register the 'email.cc' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -194,6 +194,9 @@ coreconfigitem('diff', 'noprefix', coreconfigitem('email', 'bcc', default=None, ) +coreconfigitem('email', 'cc', + default=None, +) coreconfigitem('email', 'charsets', default=list, )