diff doc/hg.1 @ 181:038e4d8602bd

updated for .hgpaths and http/old-http protocol name change
author jake@edge2.net
date Fri, 27 May 2005 14:09:43 -0700
parents 91055f795d88
children 089594a5bbde
line wrap: on
line diff
--- a/doc/hg.1
+++ b/doc/hg.1
@@ -69,7 +69,7 @@ indicates a changeset which can be speci
 
 .TP
 repository path
-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\&.
+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\&.
 
 .SH "COMMANDS"
 
@@ -181,6 +181,10 @@ this file contains regular expressions (
 \&.hgtags
 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\&.
 
+.TP
+$HOME/\&.hgpaths
+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
+
 .SH "BUGS"