mercurial/help/config.txt
changeset 26365 33af0c53aeff
parent 26313 e8afd380c576
child 26421 4b0fc75f9403
equal deleted inserted replaced
26364:6e9c2aab9925 26365:33af0c53aeff
     1 The Mercurial system uses a set of configuration files to control
     1 The Mercurial system uses a set of configuration files to control
     2 aspects of its behavior.
     2 aspects of its behavior.
       
     3 
       
     4 Troubleshooting
       
     5 ===============
       
     6 
       
     7 If you're having problems with your configuration,
       
     8 :hg:`config --debug` can help you understand what is introducing
       
     9 a setting into your environment.
       
    10 
       
    11 See :hg:`help config.syntax` and :hg:`help config.files`
       
    12 for information about how and where to override things.
       
    13 
       
    14 Format
       
    15 ======
     3 
    16 
     4 The configuration files use a simple ini-file format. A configuration
    17 The configuration files use a simple ini-file format. A configuration
     5 file consists of sections, led by a ``[section]`` header and followed
    18 file consists of sections, led by a ``[section]`` header and followed
     6 by ``name = value`` entries::
    19 by ``name = value`` entries::
     7 
    20