clone: move url crossref to bottom
authorMatt Mackall <mpm@selenic.com>
Fri, 30 Sep 2011 11:30:00 -0500
changeset 15175 282db9102c43
parent 15174 9f1a08c00931
child 15176 774f74f93823
clone: move url crossref to bottom
mercurial/commands.py
--- 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'):