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

Martin Geisler mg at lazybytes.net
Thu Nov 19 16:43:02 CST 2009


Faheem Mitha <faheem at email.unc.edu> writes:

> On Thu, 19 Nov 2009, Matt Mackall wrote:
>
>> On Wed, 2009-11-18 at 23:01 -0500, faheem at email.unc.edu wrote:
>>> # 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')),
>>
>> How about 'clone only specified revisions and ancestors'?
>>
>> I think that covers all the bases?
>
> Sounds good to me. Could I still have my name on the patch, please?

I've pushed a patch by Faheem with the wording proposed by Matt to the
stable branch (b755a886e8b7).

-- 
Martin Geisler

VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20091119/59f719ee/attachment.pgp>


More information about the Mercurial-devel mailing list