doc/hgrc.5.txt
changeset 9701 0f235a427f95
parent 9700 26fc6024dd06
child 9702 a9d15bf7efe2
equal deleted inserted replaced
9700:26fc6024dd06 9701:0f235a427f95
    95     eggs=ham
    95     eggs=ham
    96     green=
    96     green=
    97        eggs
    97        eggs
    98 
    98 
    99 Each line contains one entry. If the lines that follow are indented,
    99 Each line contains one entry. If the lines that follow are indented,
   100 they are treated as continuations of that entry.
   100 they are treated as continuations of that entry. Leading whitespace is
   101 
   101 removed from values. Empty lines are skipped. Lines beginning with
   102 Leading whitespace is removed from values. Empty lines are skipped.
   102 ``#`` or ``;`` are ignored and may be used to provide comments.
   103 
       
   104 Lines beginning with ``#`` or ``;`` are ignored and may be used to provide
       
   105 comments.
       
   106 
   103 
   107 A line of the form ``%include file`` will include ``file`` into the
   104 A line of the form ``%include file`` will include ``file`` into the
   108 current configuration file. The inclusion is recursive, which means
   105 current configuration file. The inclusion is recursive, which means
   109 that included files can include other files. Filenames are relative to
   106 that included files can include other files. Filenames are relative to
   110 the configuration file in which the ``%include`` directive is found.
   107 the configuration file in which the ``%include`` directive is found.