comparison mercurial/configitems.py @ 34586:c364f3f73634

configitems: register the 'web.name' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 03:32:59 +0200
parents f28c85e29afc
children b50c036494dc
comparison
equal deleted inserted replaced
34585:f28c85e29afc 34586:c364f3f73634
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', 'name',
734 default=dynamicdefault,
735 )
733 coreconfigitem('web', 'port', 736 coreconfigitem('web', 'port',
734 default=8000, 737 default=8000,
735 ) 738 )
736 coreconfigitem('web', 'prefix', 739 coreconfigitem('web', 'prefix',
737 default='', 740 default='',