Mercurial oddity [Was: RFR: 8078521: AARCH64: Add AArch64 SA support]

Andrew Haley aph at redhat.com
Wed Jun 24 10:38:02 UTC 2015


This problem was caused by the fact that "hg rollback" un-adds all the
files added by the change set, so you have to add them all back
manually.  If you have many files it's easy to make a mistake.

Does anybody know if there is a version of "hg rollback" which doesn't
have this property?

I guess I should have used "hg commit --amend" anyway.

Thanks,
Andrew.



On 06/24/2015 11:06 AM, Andrew Haley wrote:
> On 06/24/2015 10:45 AM, Andrew Dinn wrote:
>> On 24/06/15 10:24, Andrew Haley wrote:
>>> On 24/06/15 10:17, Dmitry Samersoff wrote:
>>>> Do you have an official jdk9 reviewer sign off?
>>>
>>> Not that I've seen.  I will send this to JDK9-dev.
>>>
>>> JDK9-dev people: we've been through this on the serviceability-dev
>>> list.
>>>
>>> http://cr.openjdk.java.net/~aph/8078521-6/
>>
>> Just by the by, the webrev includes an emacs backup file
>>
>>   agent/src/share/classes/sun/jvm/hotspot/runtime/aarch64/AARCH64Frame.java~
>>
>> which probably needs removing.
> 
> Argh!  I've been around this so many times that I didn't notice the spurious files.
> 
> Will fix.
> 
> Andrew.
> 
> 



More information about the jdk9-dev mailing list