changeset 182:089594a5bbde

Pull from Jake's hg docs
author mpm@selenic.com
date Fri, 27 May 2005 13:09:56 -0800
parents f25944662097 (current diff) 038e4d8602bd (diff)
children 767916673e16
files README doc/README doc/hg.1 doc/hg.1.html doc/hg.1.txt mercurial/hg.py mercurial/hgweb.py
diffstat 3 files changed, 27 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hg.1	Fri May 27 12:45:41 2005 -0800
+++ b/doc/hg.1	Fri May 27 13:09:56 2005 -0800
@@ -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 <symbolic name> <repository path> with each mapping on a seperate line
+
 .SH "BUGS"
 
 
--- a/doc/hg.1.html	Fri May 27 12:45:41 2005 -0800
+++ b/doc/hg.1.html	Fri May 27 13:09:56 2005 -0800
@@ -109,9 +109,9 @@
 <dd>
 
     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.
 
 </dd>
 </dl>
@@ -367,6 +367,16 @@
     contents.
 
 </dd>
+<dt>
+$HOME/.hgpaths
+</dt>
+<dd>
+
+    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
+    &lt;symbolic name&gt; &lt;repository path&gt; with each mapping on a seperate line
+
+</dd>
 </dl>
 <hr />
 <h2>BUGS</h2>
@@ -401,7 +411,7 @@
 <p></p>
 <hr /><p><small>
 Version 0.5<br />
-Last updated 27-May-2005 08:14:25 MDT
+Last updated 27-May-2005 15:07:30 MDT
 </small></p>
 </body>
 </html>
--- a/doc/hg.1.txt	Fri May 27 12:45:41 2005 -0800
+++ b/doc/hg.1.txt	Fri May 27 13:09:56 2005 -0800
@@ -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 
+    <symbolic name> <repository path> with each mapping on a seperate line
+
 BUGS
 ----
 Probably lots, please post them to the mailing list (See Resources below)