Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 34587:b50c036494dc
configitems: register the 'web.motd' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 11 Oct 2017 03:36:44 +0200 |
parents | c364f3f73634 |
children | 0d9928a67254 |
comparison
equal
deleted
inserted
replaced
34586:c364f3f73634 | 34587:b50c036494dc |
---|---|
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', 'motd', | |
734 default='', | |
735 ) | |
733 coreconfigitem('web', 'name', | 736 coreconfigitem('web', 'name', |
734 default=dynamicdefault, | 737 default=dynamicdefault, |
735 ) | 738 ) |
736 coreconfigitem('web', 'port', | 739 coreconfigitem('web', 'port', |
737 default=8000, | 740 default=8000, |