mercurial/configitems.py
changeset 34587 b50c036494dc
parent 34586 c364f3f73634
child 34588 0d9928a67254
--- a/mercurial/configitems.py	Wed Oct 11 03:32:59 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:36:44 2017 +0200
@@ -730,6 +730,9 @@
 coreconfigitem('web', 'ipv6',
     default=False,
 )
+coreconfigitem('web', 'motd',
+    default='',
+)
 coreconfigitem('web', 'name',
     default=dynamicdefault,
 )