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

Matt Mackall mpm at selenic.com
Thu Nov 19 12:29:26 CST 2009


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?

-- 
http://selenic.com : development and support for Mercurial and Linux




More information about the Mercurial-devel mailing list