##// END OF EJS Templates
help: added description for the web.collapse setting...
Paul Boddie -
r16570:63f10a16 stable
parent child Browse files
Show More
@@ -1328,6 +1328,15 b' The full set of options is:'
1328 1328 ``cache``
1329 1329 Whether to support caching in hgweb. Defaults to True.
1330 1330
1331 ``collapse``
1332 With ``descend`` enabled, repositories in subdirectories are shown at
1333 a single level alongside repositories in the current path. With
1334 ``collapse`` also enabled, repositories residing at a deeper level than
1335 the current path are grouped behind navigable directory entries that
1336 lead to the locations of these repositories. In effect, this setting
1337 collapses each collection of repositories found within a subdirectory
1338 into a single entry for that subdirectory. Default is False.
1339
1331 1340 ``contact``
1332 1341 Name or email address of the person in charge of the repository.
1333 1342 Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty.
General Comments 0
You need to be logged in to leave comments. Login now