changeset 40936 | e06719b7544d |
parent 40407 | 3d76a8e627a6 |
parent 40820 | 4265bfb53dd3 |
child 41397 | 0bd56c291359 |
--- a/mercurial/hgweb/webcommands.py Wed Dec 12 22:45:02 2018 +0900 +++ b/mercurial/hgweb/webcommands.py Thu Dec 13 14:44:54 2018 -0500 @@ -858,7 +858,7 @@ if 'context' in web.req.qsparams: context = parsecontext(web.req.qsparams['context']) else: - context = parsecontext(web.config('web', 'comparisoncontext', '5')) + context = parsecontext(web.config('web', 'comparisoncontext')) def filelines(f): if f.isbinary():