##// END OF EJS Templates
clone: simplify help text
Wagner Bruna -
r9806:dafbe321 default
parent child Browse files
Show More
@@ -612,8 +612,8 b' def clone(ui, source, dest=None, **opts)'
612 by listing each changeset (tag, or branch name) with -r/--rev.
612 by listing each changeset (tag, or branch name) with -r/--rev.
613 If -r/--rev is used, the cloned repository will contain only a subset
613 If -r/--rev is used, the cloned repository will contain only a subset
614 of the changesets of the source repository. Only the set of changesets
614 of the changesets of the source repository. Only the set of changesets
615 defined by all -r/--rev options (including their direct and indirect
615 defined by all -r/--rev options (including all their ancestors)
616 parent changesets) will be pulled into the destination repository.
616 will be pulled into the destination repository.
617 No subsequent changesets (including subsequent tags) will be present
617 No subsequent changesets (including subsequent tags) will be present
618 in the destination.
618 in the destination.
619
619
General Comments 0
You need to be logged in to leave comments. Login now