doc/hgrc.5.txt
changeset 9557 dbe2bdd5e488
parent 9162 2399362b3bb0
parent 9380 e499a4147c66
child 9562 812aaef40757
equal deleted inserted replaced
9556:6aece8fc7f3c 9557:dbe2bdd5e488
    97 
    97 
    98 Leading whitespace is removed from values. Empty lines are skipped.
    98 Leading whitespace is removed from values. Empty lines are skipped.
    99 
    99 
   100 Lines beginning with "``#``" or "``;``" are ignored and may be used to provide
   100 Lines beginning with "``#``" or "``;``" are ignored and may be used to provide
   101 comments.
   101 comments.
       
   102 
       
   103 A line of the form "`%include file`" will include `file` into the
       
   104 current configuration file. The inclusion is recursive, which means
       
   105 that included files can include other files. Filenames are relative to
       
   106 the configuration file in which the `%include` directive is found.
       
   107 
       
   108 A line with "`%unset name`" will remove `name` from the current
       
   109 section, if it has been set previously.
       
   110 
   102 
   111 
   103 SECTIONS
   112 SECTIONS
   104 --------
   113 --------
   105 
   114 
   106 This section describes the different sections that may appear in a
   115 This section describes the different sections that may appear in a