diff mercurial/help/config.txt @ 16570:63f10a163017 stable

help: added description for the web.collapse setting The collapse configuration setting for hgweb was recently introduced, but the help text was unfortunately omitted from the patch concerned. This patch provides a suitable help text.
author Paul Boddie <paul@boddie.org.uk>
date Thu, 03 May 2012 01:07:22 +0200
parents 517b25608ad6
children 0c35bb01a119
line wrap: on
line diff
--- a/mercurial/help/config.txt	Tue May 01 22:14:51 2012 +0100
+++ b/mercurial/help/config.txt	Thu May 03 01:07:22 2012 +0200
@@ -1328,6 +1328,15 @@
 ``cache``
     Whether to support caching in hgweb. Defaults to True.
 
+``collapse``
+    With ``descend`` enabled, repositories in subdirectories are shown at
+    a single level alongside repositories in the current path. With
+    ``collapse`` also enabled, repositories residing at a deeper level than
+    the current path are grouped behind navigable directory entries that
+    lead to the locations of these repositories. In effect, this setting
+    collapses each collection of repositories found within a subdirectory
+    into a single entry for that subdirectory. Default is False.
+
 ``contact``
     Name or email address of the person in charge of the repository.
     Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty.