[PATCH] Fix -r option in 'hg help clone'

faheem at email.unc.edu faheem at email.unc.edu
Wed Nov 18 22:01:41 CST 2009


# HG changeset patch
# User faheem at email.unc.edu
# Date 1258603281 18000
# Node ID 8b231db33a4da2db9bb400b4c72059b1f73c2f5a
# Parent  d266aa7606ce82fa926a1d3389453d7cb7b8f200
Fix -r option in 'hg help clone'.

diff -r d266aa7606ce -r 8b231db33a4d mercurial/commands.py
--- a/mercurial/commands.py	Wed Nov 18 00:19:42 2009 +0100
+++ b/mercurial/commands.py	Wed Nov 18 23:01:21 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')),
+           _('a specific revision up to which you would like to clone')),
           ('', 'pull', None, _('use pull protocol to copy metadata')),
           ('', 'uncompressed', None,
            _('use uncompressed transfer (fast over LAN)')),


More information about the Mercurial-devel mailing list