Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 33522:62b29ca72d1a
configitems: register the 'ui.color' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sat, 15 Jul 2017 14:14:53 +0200 |
parents | 6e19198cbe31 |
children | 11025c4f1016 |
line wrap: on
line diff
--- a/mercurial/configitems.py Sat Jul 15 14:14:46 2017 +0200 +++ b/mercurial/configitems.py Sat Jul 15 14:14:53 2017 +0200 @@ -430,6 +430,9 @@ coreconfigitem('ui', 'clonebundles', default=True, ) +coreconfigitem('ui', 'color', + default='auto', +) coreconfigitem('ui', 'commitsubrepos', default=False, )