Reputation: 3161
This issue has been puzzling me for quite sometime now, please help.
Two teams have been working on a project developing 2 submodules:
In step2 above, along with creating a new patchset (233422) for submodule 2, it also updates the cherrypicked patchset 233421.
How to force stop to not update cherrypicked patchset and only create a SINGLE new gerrit with submodule 2's changes in it?
Upvotes: 1
Views: 213
Reputation: 22411
First of all, you should not cherry-pick an unmerged change and use it as a base for a new change. If you really want to do that, you can change the Chante-Id of the new commit created after the cherry-pick, so Gerrit will create a new change for it, instead of updating the original one. I don't think this process is the best but it'll solve the issue you're talking about.
Upvotes: 0