# HG changeset patch # User Martin Geisler # Date 2009-11-19 21:25:38 # Node ID 5c5a08d6f85d18ba06256730275a1317cc343c3d # Parent 7bb004fc14ecadc355cf5a65b9b055ffe7ef0f92 commands: do not indent list in clone help string diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -601,9 +601,9 @@ def clone(ui, source, dest=None, **opts) will be the null changeset). Otherwise, clone will initially check out (in order of precedence): - a) the changeset, tag or branch specified with -u/--updaterev - b) the changeset, tag or branch given with the first -r/--rev - c) the head of the default branch + a) the changeset, tag or branch specified with -u/--updaterev + b) the changeset, tag or branch given with the first -r/--rev + c) the head of the default branch Use 'hg clone -u . src dst' to checkout the source repository's parent changeset (applicable for local source repositories only).