# HG changeset patch # User Boris Feld # Date 2017-10-10 08:49:28 # Node ID a0c2a19d64e7c6738cb55991eaf91cbab1d6903b # Parent 6de7842290b21c2807a543a02b3f4d7c9f6c9066 configitems: register the 'color' section diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -160,6 +160,10 @@ coreconfigitem('chgserver', 'skiphash', coreconfigitem('cmdserver', 'log', default=None, ) +coreconfigitem('color', '.*', + default=None, + generic=True, +) coreconfigitem('color', 'mode', default='auto', )