public class MergeSuperSet extends Object
This includes all parents between a change and the tip of its target branch for the merging/rebasing submit strategies. For the cherry-pick strategy no additional changes are included.
If change.submitWholeTopic is enabled, also all changes of the topic and their parents are included.
Modifier and Type | Method and Description |
---|---|
ChangeSet |
completeChangeSet(com.google.gerrit.reviewdb.server.ReviewDb db,
com.google.gerrit.reviewdb.client.Change change,
CurrentUser user) |
static void |
reloadChanges(ChangeSet cs) |
public static void reloadChanges(ChangeSet cs) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
public ChangeSet completeChangeSet(com.google.gerrit.reviewdb.server.ReviewDb db, com.google.gerrit.reviewdb.client.Change change, CurrentUser user) throws org.eclipse.jgit.errors.MissingObjectException, org.eclipse.jgit.errors.IncorrectObjectTypeException, IOException, com.google.gwtorm.server.OrmException
org.eclipse.jgit.errors.MissingObjectException
org.eclipse.jgit.errors.IncorrectObjectTypeException
IOException
com.google.gwtorm.server.OrmException