diff 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
line wrap: on
line diff
--- 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,
 )