# HG changeset patch # User Matt Mackall # Date 1317400200 18000 # Node ID 282db9102c4314be8430d36dc25ab9c87e019d35 # Parent 9f1a08c009313a3e8dba6a8f4ecae23de4fbf4bb clone: move url crossref to bottom diff -r 9f1a08c00931 -r 282db9102c43 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'):