Let cherrypick API optionally preserve reviewers/ccs

I don't plan to change the default, or the action performed
by the cherry-pick button in the UI, but adding this option
to the API will allow API customers (like Chromium's "Reland"
button) to carry forward some metadata from the original
change to the newly-created one.

Change-Id: I1d149d2758b825135460564dbf8038f4d7d52f0f
This commit is contained in:
Aaron Gable
2017-07-05 14:44:36 -07:00
parent 7300429b71
commit 54bc983c19
5 changed files with 87 additions and 24 deletions

View File

@@ -26,4 +26,6 @@ public class CherryPickInput {
public NotifyHandling notify = NotifyHandling.NONE;
public Map<RecipientType, NotifyInfo> notifyDetails;
public boolean keepReviewers;
}