# HG changeset patch # User Martin Geisler # Date 1258665938 -3600 # Node ID 5c5a08d6f85d18ba06256730275a1317cc343c3d # Parent 7bb004fc14ecadc355cf5a65b9b055ffe7ef0f92 commands: do not indent list in clone help string diff -r 7bb004fc14ec -r 5c5a08d6f85d mercurial/commands.py --- a/mercurial/commands.py Wed Nov 18 16:47:20 2009 +0100 +++ b/mercurial/commands.py Thu Nov 19 22:25:38 2009 +0100 @@ -601,9 +601,9 @@ 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).