doc/hgrc.5.txt
changeset 9562 812aaef40757
parent 9557 dbe2bdd5e488
parent 9422 ec26d6986d85
child 9569 ceb0f59e1327
--- a/doc/hgrc.5.txt	Wed Sep 16 16:11:44 2009 +0200
+++ b/doc/hgrc.5.txt	Wed Sep 16 23:46:06 2009 +0200
@@ -11,6 +11,10 @@
 :Manual section: 5
 :Manual group:   Mercurial Manual
 
+.. contents::
+   :backlinks: top
+   :class: htmlonly
+
 
 SYNOPSIS
 --------
@@ -100,12 +104,12 @@
 Lines beginning with "``#``" or "``;``" are ignored and may be used to provide
 comments.
 
-A line of the form "`%include file`" will include `file` into the
+A line of the form "``%include file``" will include ``file`` into the
 current configuration file. The inclusion is recursive, which means
 that included files can include other files. Filenames are relative to
-the configuration file in which the `%include` directive is found.
+the configuration file in which the ``%include`` directive is found.
 
-A line with "`%unset name`" will remove `name` from the current
+A line with "``%unset name``" will remove ``name`` from the current
 section, if it has been set previously.
 
 
@@ -882,6 +886,10 @@
     the list of repositories. The contents of the deny_read list have
     priority over (are examined before) the contents of the allow_read
     list.
+``descend``
+    hgwebdir indexes will not descend into subdirectories. Only repositories
+    directly in the current path will be shown (other repositories are still
+    available from the index corresponding to their containing path).
 ``description``
     Textual description of the repository's purpose or contents.
     Default is "unknown".