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(ReviewDb db,
Change change,
CurrentUser user) |
static void |
reloadChanges(ChangeSet cs) |
MergeSuperSet |
setMergeOpRepoManager(MergeOpRepoManager orm) |
public static void reloadChanges(ChangeSet cs) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
public MergeSuperSet setMergeOpRepoManager(MergeOpRepoManager orm)
public ChangeSet completeChangeSet(ReviewDb db, Change change, CurrentUser user) throws IOException, com.google.gwtorm.server.OrmException
IOException
com.google.gwtorm.server.OrmException