# HG changeset patch # User Patrick Mezard # Date 2012-07-29 17:44:57 # Node ID 0b8272274b5675cba2a592d925c2a0d05f516955 # Parent 8cf995a6dcb0e2849792e9c35a9b2926f7525893 help/config.txt: document web.maxshortchanges diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -1406,6 +1406,10 @@ The full set of options is: ``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.