mercurial/commands.py
branchstable
changeset 9894 b755a886e8b7
parent 9893 af873901b575
child 9901 cb2a1836c50a
child 9951 9b626a63f556
--- 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)')),