commands: improve help for "hg clone -r" stable
authorFaheem Mitha <faheem@email.unc.edu>
Thu, 19 Nov 2009 17:33:41 -0500
branchstable
changeset 9894 b755a886e8b7
parent 9893 af873901b575
child 9895 30a2aa8e5290
child 9896 2c2f7593ffc4
commands: improve help for "hg clone -r"
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)')),