##// END OF EJS Templates
commands: do not indent list in clone help string
Martin Geisler -
r9891:5c5a08d6 stable
parent child Browse files
Show More
@@ -601,9 +601,9 b' def clone(ui, source, dest=None, **opts)'
601 601 will be the null changeset). Otherwise, clone will initially check
602 602 out (in order of precedence):
603 603
604 a) the changeset, tag or branch specified with -u/--updaterev
605 b) the changeset, tag or branch given with the first -r/--rev
606 c) the head of the default branch
604 a) the changeset, tag or branch specified with -u/--updaterev
605 b) the changeset, tag or branch given with the first -r/--rev
606 c) the head of the default branch
607 607
608 608 Use 'hg clone -u . src dst' to checkout the source repository's
609 609 parent changeset (applicable for local source repositories only).
General Comments 0
You need to be logged in to leave comments. Login now