changeset 9806:dafbe321fc1a

clone: simplify help text
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Mon, 09 Nov 2009 17:28:40 -0200
parents a40ec11795c3
children f359d4f528aa
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Mon Nov 09 20:43:06 2009 +0100
+++ b/mercurial/commands.py	Mon Nov 09 17:28:40 2009 -0200
@@ -612,8 +612,8 @@
     by listing each changeset (tag, or branch name) with -r/--rev.
     If -r/--rev is used, the cloned repository will contain only a subset
     of the changesets of the source repository. Only the set of changesets
-    defined by all -r/--rev options (including their direct and indirect
-    parent changesets) will be pulled into the destination repository.
+    defined by all -r/--rev options (including all their ancestors)
+    will be pulled into the destination repository.
     No subsequent changesets (including subsequent tags) will be present
     in the destination.