Show More
@@ -69,7 +69,7 b' indicates a changeset which can be speci' | |||||
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, h |
|
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 | |||
@@ -181,6 +181,10 b' this file contains regular expressions (' | |||||
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 |
@@ -109,9 +109,9 b' repository path' | |||||
109 | <dd> |
|
109 | <dd> | |
110 |
|
110 | |||
111 | is either the pathname of a local repository of the URI of a remote |
|
111 | is either the pathname of a local repository of the URI of a remote | |
112 |
repository. There are two available URI protocols, h |
|
112 | repository. There are two available URI protocols, http:// which is | |
113 |
fast and the http:// protocol which is much slower but does not |
|
113 | fast and the old-http:// protocol which is much slower but does not | |
114 | python on the web host. |
|
114 | require python on the web host. | |
115 |
|
115 | |||
116 | </dd> |
|
116 | </dd> | |
117 | </dl> |
|
117 | </dl> | |
@@ -367,6 +367,16 b' EDITOR' | |||||
367 | contents. |
|
367 | contents. | |
368 |
|
368 | |||
369 | </dd> |
|
369 | </dd> | |
|
370 | <dt> | |||
|
371 | $HOME/.hgpaths | |||
|
372 | </dt> | |||
|
373 | <dd> | |||
|
374 | ||||
|
375 | this file contains a mapping from a symbolic name to a repository path | |||
|
376 | (which could be a local path or a remote URI), the format is | |||
|
377 | <symbolic name> <repository path> with each mapping on a seperate line | |||
|
378 | ||||
|
379 | </dd> | |||
370 | </dl> |
|
380 | </dl> | |
371 | <hr /> |
|
381 | <hr /> | |
372 | <h2>BUGS</h2> |
|
382 | <h2>BUGS</h2> | |
@@ -401,7 +411,7 b' Public License (GPL).' | |||||
401 | <p></p> |
|
411 | <p></p> | |
402 | <hr /><p><small> |
|
412 | <hr /><p><small> | |
403 | Version 0.5<br /> |
|
413 | Version 0.5<br /> | |
404 |
Last updated 27-May-2005 |
|
414 | Last updated 27-May-2005 15:07:30 MDT | |
405 | </small></p> |
|
415 | </small></p> | |
406 | </body> |
|
416 | </body> | |
407 | </html> |
|
417 | </html> |
@@ -52,9 +52,9 b' revision::' | |||||
52 |
|
52 | |||
53 | repository path:: |
|
53 | repository path:: | |
54 | is either the pathname of a local repository of the URI of a remote |
|
54 | is either the pathname of a local repository of the URI of a remote | |
55 |
repository. There are two available URI protocols, h |
|
55 | repository. There are two available URI protocols, http:// which is | |
56 |
fast and the http:// protocol which is much slower but does not |
|
56 | fast and the old-http:// protocol which is much slower but does not | |
57 | python on the web host. |
|
57 | require python on the web host. | |
58 |
|
58 | |||
59 | COMMANDS |
|
59 | COMMANDS | |
60 | -------- |
|
60 | -------- | |
@@ -173,6 +173,11 b' FILES' | |||||
173 | seperated by spaces) that correspond to tagged versions of the repository |
|
173 | seperated by spaces) that correspond to tagged versions of the repository | |
174 | contents. |
|
174 | contents. | |
175 |
|
175 | |||
|
176 | $HOME/.hgpaths:: | |||
|
177 | this file contains a mapping from a symbolic name to a repository path | |||
|
178 | (which could be a local path or a remote URI), the format is | |||
|
179 | <symbolic name> <repository path> with each mapping on a seperate line | |||
|
180 | ||||
176 | BUGS |
|
181 | BUGS | |
177 | ---- |
|
182 | ---- | |
178 | Probably lots, please post them to the mailing list (See Resources below) |
|
183 | Probably lots, please post them to the mailing list (See Resources below) |
General Comments 0
You need to be logged in to leave comments.
Login now