Mercurial > hg
changeset 9891:5c5a08d6f85d stable
commands: do not indent list in clone help string
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 19 Nov 2009 22:25:38 +0100 |
parents | 7bb004fc14ec |
children | 4322e39bd525 |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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).