comparison mercurial/configitems.py @ 34588:0d9928a67254

configitems: register the 'web.maxshortchanges' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 03:39:21 +0200
parents b50c036494dc
children 883d06211973
comparison
equal deleted inserted replaced
34587:b50c036494dc 34588:0d9928a67254
728 default='-', 728 default='-',
729 ) 729 )
730 coreconfigitem('web', 'ipv6', 730 coreconfigitem('web', 'ipv6',
731 default=False, 731 default=False,
732 ) 732 )
733 coreconfigitem('web', 'maxshortchanges',
734 default=60,
735 )
733 coreconfigitem('web', 'motd', 736 coreconfigitem('web', 'motd',
734 default='', 737 default='',
735 ) 738 )
736 coreconfigitem('web', 'name', 739 coreconfigitem('web', 'name',
737 default=dynamicdefault, 740 default=dynamicdefault,