Webrev and multiple changesets
Roman Kennke
rkennke at redhat.com
Tue Nov 21 14:26:53 UTC 2017
Am 21.11.2017 um 15:23 schrieb John Paul Adrian Glaubitz:
> Hello!
>
> Can someone give a hint on how to use webrev when making multiple,
> independent changes? Since I'm still rather a beginner when it comes
> to Mercurial, I have no idea how to use branches.
>
> I have now fixed JDK-8187227 and created a webrev for it in [1].
>
> Now, I also want to fix JDK-8191663, commit the changes and run webrev,
> it will create a changeset which includes the changes for 8187227 as
> well which is not what I want.
>
> I tried checking out a second a branch but the commit for JDK-8187227
> is still in the history.
>
> Can someone tell me what the proper process in this context is?
>
> For now, I'm just going to strip the changeset for JDK-8187227 since
> it's already in [1].
>
> Adrian
>
>> [1] http://cr.openjdk.java.net/~glaubitz/8187227/webrev.03/
>
I am usually stacking patches with MQ and then use webrev -r to specify
a base revision.
Roman
More information about the hotspot-dev
mailing list