# HG changeset patch # User jake@edge2.net # Date 1117228183 25200 # Node ID 038e4d8602bdfb31368bf0acddaae4be35c4e182 # Parent 91055f795d88d82383cb29b0a93f6182b21d6e16 updated for .hgpaths and http/old-http protocol name change diff -r 91055f795d88 -r 038e4d8602bd doc/hg.1 --- a/doc/hg.1 Fri May 27 07:16:58 2005 -0700 +++ b/doc/hg.1 Fri May 27 14:09:43 2005 -0700 @@ -69,7 +69,7 @@ .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 @@ \&.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 with each mapping on a seperate line + .SH "BUGS" diff -r 91055f795d88 -r 038e4d8602bd doc/hg.1.html --- a/doc/hg.1.html Fri May 27 07:16:58 2005 -0700 +++ b/doc/hg.1.html Fri May 27 14:09:43 2005 -0700 @@ -109,9 +109,9 @@
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. + 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.
@@ -367,6 +367,16 @@ contents. +
+$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 + +

BUGS

@@ -401,7 +411,7 @@


Version 0.5
-Last updated 27-May-2005 08:14:25 MDT +Last updated 27-May-2005 15:07:30 MDT

diff -r 91055f795d88 -r 038e4d8602bd doc/hg.1.txt --- a/doc/hg.1.txt Fri May 27 07:16:58 2005 -0700 +++ b/doc/hg.1.txt Fri May 27 14:09:43 2005 -0700 @@ -52,9 +52,9 @@ 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. + 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. COMMANDS -------- @@ -173,6 +173,11 @@ seperated by spaces) that correspond to tagged versions of the repository contents. + $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 + with each mapping on a seperate line + BUGS ---- Probably lots, please post them to the mailing list (See Resources below)