changeset 17317:0b8272274b56 stable

help/config.txt: document web.maxshortchanges
author Patrick Mezard <patrick@mezard.eu>
date Sun, 29 Jul 2012 19:44:57 +0200
parents 8cf995a6dcb0
children 7ac5800dbc8f
files mercurial/help/config.txt
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/config.txt	Sun Jul 29 19:37:25 2012 +0200
+++ b/mercurial/help/config.txt	Sun Jul 29 19:44:57 2012 +0200
@@ -1406,6 +1406,10 @@
 ``maxfiles``
     Maximum number of files to list per changeset. Default is 10.
 
+``maxshortchanges``
+    Maximum number of changes to list on the shortlog, graph or filelog
+    pages. Default is 60.
+
 ``name``
     Repository name to use in the web interface. Default is current
     working directory.