Mercurial > hg-stable
diff mercurial/configitems.py @ 34253:db63872e10cc
configitems: register the 'web.style' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:45:52 +0200 |
parents | 945c9816ec1d |
children | 95f80c095804 |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Jun 30 03:45:51 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:45:52 2017 +0200 @@ -640,6 +640,9 @@ coreconfigitem('web', 'stripes', default=1, ) +coreconfigitem('web', 'style', + default='paper', +) coreconfigitem('worker', 'backgroundclose', default=dynamicdefault, )