doc/hg.1.txt
changeset 8766 b2059435f176
parent 8728 9d67706ee8d5
child 8771 a2871de50f50
equal deleted inserted replaced
8765:9c75f16f577c 8766:b2059435f176
    36 
    36 
    37 include::hg.1.gendoc.txt[]
    37 include::hg.1.gendoc.txt[]
    38 
    38 
    39 FILES
    39 FILES
    40 -----
    40 -----
    41  .hgignore::
    41  `.hgignore`::
    42     This file contains regular expressions (one per line) that
    42     This file contains regular expressions (one per line) that
    43     describe file names that should be ignored by hg. For details, see
    43     describe file names that should be ignored by hg. For details, see
    44     hgignore(5).
    44     hgignore(5).
    45 
    45 
    46  .hgtags::
    46  `.hgtags`::
    47     This file contains changeset hash values and text tag names (one
    47     This file contains changeset hash values and text tag names (one
    48     of each separated by spaces) that correspond to tagged versions of
    48     of each separated by spaces) that correspond to tagged versions of
    49     the repository contents.
    49     the repository contents.
    50 
    50 
    51  /etc/mercurial/hgrc, $HOME/.hgrc, .hg/hgrc::
    51  `/etc/mercurial/hgrc`, `$HOME/.hgrc`, `.hg/hgrc`::
    52     This file contains defaults and configuration. Values in .hg/hgrc
    52     This file contains defaults and configuration. Values in `.hg/hgrc`
    53     override those in $HOME/.hgrc, and these override settings made in
    53     override those in `$HOME/.hgrc`, and these override settings made in
    54     the global /etc/mercurial/hgrc configuration. See hgrc(5) for
    54     the global `/etc/mercurial/hgrc` configuration. See hgrc(5) for
    55     details of the contents and format of these files.
    55     details of the contents and format of these files.
    56 
    56 
    57 Some commands (e.g. revert) produce backup files ending in .orig, if
    57 Some commands (e.g. revert) produce backup files ending in `.orig`, if
    58 the .orig file already exists and is not tracked by Mercurial, it will
    58 the `.orig` file already exists and is not tracked by Mercurial, it will
    59 be overwritten.
    59 be overwritten.
    60 
    60 
    61 BUGS
    61 BUGS
    62 ----
    62 ----
    63 Probably lots, please post them to the mailing list (See Resources
    63 Probably lots, please post them to the mailing list (See Resources