Re: [eigen] git

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]



you can import the result of an export, see my previous mail

By the way, you don't need to give the whole 1093:9841bf4fbd63 when specifying 
a revision. You can either say 1093 (local number, will only work on your 
checkout as it could be another number in another repo). or 9841bf4fbd63 (md5 
identifier, will work everywhere, that is what you want to use in, for 
example, a bug report)

Thomas

On Saturday 02 May 2009 16:36:22 Gael Guennebaud wrote:
> ok it seems hg does not provide any cherrypicking facilities, so one
> would have to do:
>
> $ hg clone <repo>
> $ cd eigen2
> $ hg up -r 2.0
> $ hg export 1093:9841bf4fbd63 | patch -p1
> $ hg commit
>
> where 1093:9841bf4fbd63 is the id of the changeset I want to backport.
> Am I right ?

-- 
Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
http://www.freehackers.org/thomas



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/