[PATCH] clone: simplify help text

Wagner Bruna wagner.bruna+mercurial at gmail.com
Mon Nov 9 13:46:52 CST 2009


# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1257794920 7200
# Node ID fc5f766dd80fb59ca5255b9cdd198c77b16049ee
# Parent  4ce13d7c6b8855e028dd284e03d416400fcb5225
clone: simplify help text

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -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.
 


More information about the Mercurial-devel mailing list