configitems: register the 'color' section
authorBoris Feld <boris.feld@octobus.net>
Tue, 10 Oct 2017 10:49:28 +0200
changeset 34664 a0c2a19d64e7
parent 34663 6de7842290b2
child 34665 dd1357edff37
configitems: register the 'color' section
mercurial/configitems.py
--- a/mercurial/configitems.py	Sun Oct 08 20:26:25 2017 +0200
+++ b/mercurial/configitems.py	Tue Oct 10 10:49:28 2017 +0200
@@ -160,6 +160,10 @@
 coreconfigitem('cmdserver', 'log',
     default=None,
 )
+coreconfigitem('color', '.*',
+    default=None,
+    generic=True,
+)
 coreconfigitem('color', 'mode',
     default='auto',
 )