mirror of
https://github.com/facebook/sapling.git
synced 2025-01-06 04:43:19 +03:00
Pull from Jake's hg docs
This commit is contained in:
commit
7d17d1db0c
6
doc/hg.1
6
doc/hg.1
@ -69,7 +69,7 @@ indicates a changeset which can be specified as a changeset id (int), a tag, or
|
||||
|
||||
.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 (one per line) that describe file names t
|
||||
\&.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"
|
||||
|
||||
|
||||
|
@ -109,9 +109,9 @@ repository path
|
||||
<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>
|
||||
@ -366,6 +366,16 @@ EDITOR
|
||||
seperated by spaces) that correspond to tagged versions of the repository
|
||||
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
|
||||
<symbolic name> <repository path> with each mapping on a seperate line
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
<hr />
|
||||
@ -401,7 +411,7 @@ Public License (GPL).
|
||||
<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>
|
||||
|
11
doc/hg.1.txt
11
doc/hg.1.txt
@ -52,9 +52,9 @@ revision::
|
||||
|
||||
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 @@ FILES
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user