mercurial/commands.py
changeset 9806 dafbe321fc1a
parent 9747 85a3285860d3
child 9831 9ebad1b93456
--- 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.