comparison mercurial/configitems.py @ 34603:cc5445ced177

configitems: register the 'web.allow_push' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:14:01 +0200
parents 56816cfc4951
children dcd6b6625e98
comparison
equal deleted inserted replaced
34602:56816cfc4951 34603:cc5445ced177
719 default=None, 719 default=None,
720 ) 720 )
721 coreconfigitem('web', 'allowpull', 721 coreconfigitem('web', 'allowpull',
722 default=True, 722 default=True,
723 ) 723 )
724 coreconfigitem('web', 'allow_push',
725 default=list,
726 )
724 coreconfigitem('web', 'accesslog', 727 coreconfigitem('web', 'accesslog',
725 default='-', 728 default='-',
726 ) 729 )
727 coreconfigitem('web', 'address', 730 coreconfigitem('web', 'address',
728 default='', 731 default='',