branch | stable |
changeset 40820 | 4265bfb53dd3 |
parent 40429 | 14b6afc6cb28 |
child 40936 | e06719b7544d |
--- a/mercurial/configitems.py Tue Dec 04 17:04:19 2018 -0500 +++ b/mercurial/configitems.py Sun Dec 09 23:48:50 2018 -0500 @@ -1274,6 +1274,9 @@ coreconfigitem('web', 'cache', default=True, ) +coreconfigitem('web', 'comparisoncontext', + default=5, +) coreconfigitem('web', 'contact', default=None, )