# HG changeset patch # User Faheem Mitha # Date 1258670021 18000 # Node ID b755a886e8b7d63369be9a3ec77307537bdacae2 # Parent af873901b5757c330b5eea13af2796c6a98b8469 commands: improve help for "hg clone -r" diff -r af873901b575 -r b755a886e8b7 mercurial/commands.py --- a/mercurial/commands.py Thu Nov 19 23:29:02 2009 +0100 +++ b/mercurial/commands.py Thu Nov 19 17:33:41 2009 -0500 @@ -3386,7 +3386,7 @@ ('u', 'updaterev', '', _('revision, tag or branch to check out')), ('r', 'rev', [], - _('a changeset you would like to have after cloning')), + _('clone only the specified revisions and ancestors')), ('', 'pull', None, _('use pull protocol to copy metadata')), ('', 'uncompressed', None, _('use uncompressed transfer (fast over LAN)')),