Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/configitems.py @ 40464:4265bfb53dd3 stable
hgweb: register web.comparisoncontext to the config table
This was caught in some server side logging added to debug py3 issues.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 09 Dec 2018 23:48:50 -0500 |
parents | 14b6afc6cb28 |
children | e06719b7544d |
comparison
equal
deleted
inserted
replaced
40463:47719d7c581f | 40464:4265bfb53dd3 |
---|---|
1272 default=False, | 1272 default=False, |
1273 ) | 1273 ) |
1274 coreconfigitem('web', 'cache', | 1274 coreconfigitem('web', 'cache', |
1275 default=True, | 1275 default=True, |
1276 ) | 1276 ) |
1277 coreconfigitem('web', 'comparisoncontext', | |
1278 default=5, | |
1279 ) | |
1277 coreconfigitem('web', 'contact', | 1280 coreconfigitem('web', 'contact', |
1278 default=None, | 1281 default=None, |
1279 ) | 1282 ) |
1280 coreconfigitem('web', 'deny_push', | 1283 coreconfigitem('web', 'deny_push', |
1281 default=list, | 1284 default=list, |