changeset 9894:b755a886e8b7 stable

commands: improve help for "hg clone -r"
author Faheem Mitha <faheem@email.unc.edu>
date Thu, 19 Nov 2009 17:33:41 -0500
parents af873901b575
children 30a2aa8e5290 2c2f7593ffc4
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)')),