mercurial/help/config.txt
changeset 17202 1ae119269ddc
parent 16585 0c35bb01a119
child 17251 98166640b356
--- a/mercurial/help/config.txt	Fri Jul 06 13:56:40 2012 -0700
+++ b/mercurial/help/config.txt	Sun Jul 08 17:17:02 2012 +0200
@@ -1377,6 +1377,12 @@
 ``errorlog``
     Where to output the error log. Default is stderr.
 
+``comparisoncontext``
+    Number of lines of context to show in side-by-side file comparison. If
+    negative or the value ``full``, whole files are shown. Default is 5.
+    This setting can be overridden by a ``context`` request parameter to the
+    ``comparison`` command, taking the same values.
+
 ``hidden``
     Whether to hide the repository in the hgwebdir index.
     Default is False.