Re: [eigen] Feature suggestion: interior row and column ranges [patch attached] |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Feature suggestion: interior row and column ranges [patch attached]
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 29 Jun 2010 19:39:57 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=0hAEtkdhygmBGaMu5WFSy1oycWyYw6QozHPIrg0t76o=; b=mEtc2EudV6V0bBgOTbn+sIfEzDoc8/HC3WgL7pvytJYbVYboYIyy+BiSpAQZpmev8A 7XRYxqH1pgRLbAC9Vmacifb2t/sKI5qi7FcVtMbE+7Ry0rtwg3gsBEWpvciewDcS++AU JuLnk5Bbz8Xav89dWy6P8oOgA2+4pLWCjSLGo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=o5QHfox1VWz07LIRTf4dKd1mZoV3aaIaItej5BMdrWnm5z3j+1UnhQjwf2K5bS9a0X 7Q+rspNZ/KzrT7SKo6KETmKwj9e0pav1HKxC48nnXAiN+8fi4TZlTGD20qSQNJFC7EAB kVhsOGOdMv/66gfWmIml4L+ItCONtUgwjpZAc=
you can export a range of commit this way:
hg export rev_start:rev_end,
e.g.:
hg export 3090:tip
gael
On Tue, Jun 29, 2010 at 6:50 PM, Manoj Rajagopalan <rmanoj@xxxxxxxxx> wrote:
>
> I made the changes and performed a local commit without rollback on the
> previous local commit. Now the hg export tip > diff-file stores only the diff
> with respect to the last local commit and not with respect to the
> file-versions in the hg repo.
>
> How do I fix this problem? I performed one rollback (after making a copy of
> the latest file with all desirable changes) and I got back the file with
> rowRange() instead of middleRows(). Now I need to replace this with the file
> in the repo. "hg revert DenseBase.h" doesn't seem to have any effect.
>
> thanks,
> Manoj
>
>
> On Sunday 27 June 2010 12:25:31 pm Benoit Jacob wrote:
>> 2010/6/27 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
>> > 2010/6/27 Manoj Rajagopalan <rmanoj@xxxxxxxxx>:
>> >> Do you want me to resend the patch with the new names - middleRows() and
>> >> middleCols()?
>> >
>> > Yes please and also make sure to indent with spaces, not tabs, in
>> > DenseBase.h
>>
>> Also please update test/corners.cpp to test all your new functions.
>> And yes, that filename becomes not so good anymore, but let's take
>> care of that later.
>>
>> Benoit
>>
>> > Benoit
>> >
>> >> Thanks,
>> >> Manoj
>
>
>
>