# HG changeset patch # User Wagner Bruna # Date 1257794920 7200 # Node ID dafbe321fc1a40d893ae4ae8e0f3ee2867f71423 # Parent a40ec11795c3fd9df7b8b22da797ba1974a46326 clone: simplify help text diff -r a40ec11795c3 -r dafbe321fc1a mercurial/commands.py --- 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.