comparison 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
comparison
equal deleted inserted replaced
33521:de1cb83728f8 33522:62b29ca72d1a
428 default=list, 428 default=list,
429 ) 429 )
430 coreconfigitem('ui', 'clonebundles', 430 coreconfigitem('ui', 'clonebundles',
431 default=True, 431 default=True,
432 ) 432 )
433 coreconfigitem('ui', 'color',
434 default='auto',
435 )
433 coreconfigitem('ui', 'commitsubrepos', 436 coreconfigitem('ui', 'commitsubrepos',
434 default=False, 437 default=False,
435 ) 438 )
436 coreconfigitem('ui', 'debug', 439 coreconfigitem('ui', 'debug',
437 default=False, 440 default=False,