public class MergeSuperSet
extends java.lang.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(Change change,
CurrentUser user) |
MergeSuperSet |
setMergeOpRepoManager(MergeOpRepoManager orm) |
static boolean |
wholeTopicEnabled(org.eclipse.jgit.lib.Config config) |
public static boolean wholeTopicEnabled(org.eclipse.jgit.lib.Config config)
public MergeSuperSet setMergeOpRepoManager(MergeOpRepoManager orm)
public ChangeSet completeChangeSet(Change change, CurrentUser user) throws java.io.IOException, PermissionBackendException
java.io.IOException
PermissionBackendException