doc/hg.1
changeset 182 089594a5bbde
parent 178 b3bf5a0edd69
parent 181 038e4d8602bd
child 196 48827121af7e
equal deleted inserted replaced
180:f25944662097 182:089594a5bbde
    67 revision
    67 revision
    68 indicates a changeset which can be specified as a changeset id (int), a tag, or a unique substring of the changeset hash value
    68 indicates a changeset which can be specified as a changeset id (int), a tag, or a unique substring of the changeset hash value
    69 
    69 
    70 .TP
    70 .TP
    71 repository path
    71 repository path
    72 is either the pathname of a local repository of the URI of a remote repository\&. There are two available URI protocols, hg:// which is fast and the http:// protocol which is much slower but does not require python on the web host\&.
    72 is either the pathname of a local repository of the URI of a remote repository\&. There are two available URI protocols, http:// which is fast and the old\-http:// protocol which is much slower but does not require python on the web host\&.
    73 
    73 
    74 .SH "COMMANDS"
    74 .SH "COMMANDS"
    75 
    75 
    76 .TP
    76 .TP
    77 add [files ...]
    77 add [files ...]
   179 
   179 
   180 .TP
   180 .TP
   181 \&.hgtags
   181 \&.hgtags
   182 this file contains changeset hash values and text tag names (one of each seperated by spaces) that correspond to tagged versions of the repository contents\&.
   182 this file contains changeset hash values and text tag names (one of each seperated by spaces) that correspond to tagged versions of the repository contents\&.
   183 
   183 
       
   184 .TP
       
   185 $HOME/\&.hgpaths
       
   186 this file contains a mapping from a symbolic name to a repository path (which could be a local path or a remote URI), the format is <symbolic name> <repository path> with each mapping on a seperate line
       
   187 
   184 .SH "BUGS"
   188 .SH "BUGS"
   185 
   189 
   186 
   190 
   187 Probably lots, please post them to the mailing list (See Resources below) when you find them\&.
   191 Probably lots, please post them to the mailing list (See Resources below) when you find them\&.
   188 
   192