doc/hg.1.txt
changeset 951 859de3ebc041
parent 940 1300271ba8de
child 953 52d8d81e72ad
equal deleted inserted replaced
950:fbaf0380efd1 951:859de3ebc041
   271 
   271 
   272 paths [NAME]::
   272 paths [NAME]::
   273     Show definition of symbolic path name NAME. If no name is given, show
   273     Show definition of symbolic path name NAME. If no name is given, show
   274     definition of available names.
   274     definition of available names.
   275 
   275 
   276     Path names are defined in the [paths] section of the $HOME/.hgrc and
   276     Path names are defined in the [paths] section of /etc/mercurial/hgrc
   277     <repo>/.hg/hgrc configuration files. If run outside a repo, 'paths'
   277     and $HOME/.hgrc.  If run inside a repository, .hg/hgrc is used, too.
   278     queries only $HOME/.hgrc.
       
   279 
   278 
   280 pull <repository path>::
   279 pull <repository path>::
   281     Pull changes from a remote repository to a local one.
   280     Pull changes from a remote repository to a local one.
   282 
   281 
   283     This finds all changes from the repository at the specified path
   282     This finds all changes from the repository at the specified path
   587  .hgtags::
   586  .hgtags::
   588     This file contains changeset hash values and text tag names (one of each
   587     This file contains changeset hash values and text tag names (one of each
   589     seperated by spaces) that correspond to tagged versions of the repository
   588     seperated by spaces) that correspond to tagged versions of the repository
   590     contents.
   589     contents.
   591 
   590 
   592  $HOME/.hgrc, .hg/hgrc::
   591  /etc/mercurial/hgrc, $HOME/.hgrc, .hg/hgrc::
   593     This file contains defaults and configuration. Values in .hg/hgrc
   592     This file contains defaults and configuration. Values in .hg/hgrc
   594     override those in .hgrc.  See hgrc(5) for details of the contents
   593     override those in $HOME/.hgrc, and these override settings made in the
   595     and format of these files.
   594     global /etc/mercurial/hgrc configuration.  See hgrc(5) for details of
       
   595     the contents and format of these files.
   596 
   596 
   597 BUGS
   597 BUGS
   598 ----
   598 ----
   599 Probably lots, please post them to the mailing list (See Resources below)
   599 Probably lots, please post them to the mailing list (See Resources below)
   600 when you find them.
   600 when you find them.