Class MergeSuperSet


  • public class MergeSuperSet
    extends Object
    Calculates the minimal superset of changes required to be merged.

    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.