Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 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 | 541218fbad2a |
children | 4322e39bd525 |
comparison
equal
deleted
inserted
replaced
9879:7bb004fc14ec | 9891:5c5a08d6f85d |
---|---|
599 If the -U/--noupdate option is specified, the new clone will contain | 599 If the -U/--noupdate option is specified, the new clone will contain |
600 only a repository (.hg) and no working copy (the working copy parent | 600 only a repository (.hg) and no working copy (the working copy parent |
601 will be the null changeset). Otherwise, clone will initially check | 601 will be the null changeset). Otherwise, clone will initially check |
602 out (in order of precedence): | 602 out (in order of precedence): |
603 | 603 |
604 a) the changeset, tag or branch specified with -u/--updaterev | 604 a) the changeset, tag or branch specified with -u/--updaterev |
605 b) the changeset, tag or branch given with the first -r/--rev | 605 b) the changeset, tag or branch given with the first -r/--rev |
606 c) the head of the default branch | 606 c) the head of the default branch |
607 | 607 |
608 Use 'hg clone -u . src dst' to checkout the source repository's | 608 Use 'hg clone -u . src dst' to checkout the source repository's |
609 parent changeset (applicable for local source repositories only). | 609 parent changeset (applicable for local source repositories only). |
610 | 610 |
611 A set of changesets (tags, or branch names) to pull may be specified | 611 A set of changesets (tags, or branch names) to pull may be specified |