Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 7979:6b04f12d2831
commands, help: consistently write 'URL' in upper-case
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 04 Apr 2009 17:44:18 +0200 |
parents | 1cd3775e097c |
children | 3d8252430e17 |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Apr 04 17:41:22 2009 +0200 +++ b/mercurial/commands.py Sat Apr 04 17:44:18 2009 +0200 @@ -577,7 +577,7 @@ It is possible to specify an ssh:// URL as the destination, but no .hg/hgrc and working directory will be created on the remote side. - Look at the help text for urls for important details about ssh:// URLs. + Look at the help text for URLs for important details about ssh:// URLs. For efficiency, hardlinks are used for cloning whenever the source and destination are on the same filesystem (note this applies only @@ -2203,7 +2203,7 @@ If -r is used, the named changeset and all its ancestors will be pushed to the remote repository. - Look at the help text for urls for important details about ssh:// URLs. + Look at the help text for URLs for important details about ssh:// URLs. If DESTINATION is omitted, a default path will be used. See 'hg help urls' for more information. """