mercurial/helptext/scripting.txt
changeset 44124 d56a2d6f34f0
parent 43632 2e017696181f
equal deleted inserted replaced
44123:52f8b07ad2f9 44124:d56a2d6f34f0
    72     system config files. Note that these approaches can have unintended
    72     system config files. Note that these approaches can have unintended
    73     consequences, as the user and system config files often define things
    73     consequences, as the user and system config files often define things
    74     like the username and extensions that may be required to interface
    74     like the username and extensions that may be required to interface
    75     with a repository.
    75     with a repository.
    76 
    76 
       
    77 HGRCSKIPREPO
       
    78     When set, the .hg/hgrc from repositories are not read.
       
    79 
       
    80     Note that not reading the repository's configuration can have
       
    81     unintended consequences, as the repository config files can define
       
    82     things like extensions that are required for access to the
       
    83     repository.
       
    84 
    77 Command-line Flags
    85 Command-line Flags
    78 ==================
    86 ==================
    79 
    87 
    80 Mercurial's default command-line parser is designed for humans, and is not
    88 Mercurial's default command-line parser is designed for humans, and is not
    81 robust against malicious input. For instance, you can start a debugger by
    89 robust against malicious input. For instance, you can start a debugger by