doc/hg.1.txt
changeset 182 089594a5bbde
parent 178 b3bf5a0edd69
parent 181 038e4d8602bd
child 196 48827121af7e
equal deleted inserted replaced
180:f25944662097 182:089594a5bbde
    50     indicates a changeset which can be specified as a changeset id (int),
    50     indicates a changeset which can be specified as a changeset id (int),
    51     a tag, or a unique substring of the changeset hash value
    51     a tag, or a unique substring of the changeset hash value
    52 
    52 
    53 repository path::
    53 repository path::
    54     is either the pathname of a local repository of the URI of a remote
    54     is either the pathname of a local repository of the URI of a remote
    55     repository.  There are two available URI protocols, hg:// which is
    55     repository.  There are two available URI protocols, http:// which is
    56     fast and the http:// protocol which is much slower but does not require
    56     fast and the old-http:// protocol which is much slower but does not 
    57     python on the web host.
    57     require python on the web host.
    58 
    58 
    59 COMMANDS
    59 COMMANDS
    60 --------
    60 --------
    61 add [files ...]::
    61 add [files ...]::
    62     add the given files to the repository.  Note that this just schedules the
    62     add the given files to the repository.  Note that this just schedules the
   171  .hgtags::
   171  .hgtags::
   172     this file contains changeset hash values and text tag names (one of each
   172     this file contains changeset hash values and text tag names (one of each
   173     seperated by spaces) that correspond to tagged versions of the repository
   173     seperated by spaces) that correspond to tagged versions of the repository
   174     contents.
   174     contents.
   175 
   175 
       
   176  $HOME/.hgpaths::
       
   177     this file contains a mapping from a symbolic name to a repository path
       
   178     (which could be a local path or a remote URI), the format is 
       
   179     <symbolic name> <repository path> with each mapping on a seperate line
       
   180 
   176 BUGS
   181 BUGS
   177 ----
   182 ----
   178 Probably lots, please post them to the mailing list (See Resources below)
   183 Probably lots, please post them to the mailing list (See Resources below)
   179 when you find them.
   184 when you find them.
   180 
   185