Mercurial > hg
changeset 34664:a0c2a19d64e7
configitems: register the 'color' section
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 10 Oct 2017 10:49:28 +0200 |
parents | 6de7842290b2 |
children | dd1357edff37 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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', )