# HG changeset patch # User Patrick Mezard # Date 1343583897 -7200 # Node ID 0b8272274b5675cba2a592d925c2a0d05f516955 # Parent 8cf995a6dcb0e2849792e9c35a9b2926f7525893 help/config.txt: document web.maxshortchanges diff -r 8cf995a6dcb0 -r 0b8272274b56 mercurial/help/config.txt --- 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.