changeset 15175:282db9102c43

clone: move url crossref to bottom
author Matt Mackall <mpm@selenic.com>
date Fri, 30 Sep 2011 11:30:00 -0500
parents 9f1a08c00931
children 774f74f93823
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Sep 30 11:27:59 2011 -0500
+++ b/mercurial/commands.py	Fri Sep 30 11:30:00 2011 -0500
@@ -1040,11 +1040,8 @@
     The location of the source is added to the new repository's
     ``.hg/hgrc`` file, as the default to be used for future pulls.
 
-    See :hg:`help urls` for valid source format details.
-
     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.
-    Please see :hg:`help urls` for important details about ``ssh://`` URLs.
 
     To pull only a subset of changesets, specify one or more revisions
     identifiers with -r/--rev or branches with -b/--branch. The
@@ -1087,6 +1084,8 @@
     g) the tipmost head of the default branch
     h) tip
 
+    See :hg:`help urls` for details on specifying URLs.
+
     Returns 0 on success.
     """
     if opts.get('noupdate') and opts.get('updaterev'):