Add more information to MergeableInfo to indicate a merged commit
Add two fields contentMerged and commitMerged into MergeableInfo. contentMerged is true if the content of the commit is merged, commitMerged is true if the commit itself is merged. Also add more tests for CheckMergeability class. Change-Id: Ia756644411f217b8d8bae06f44f14a24597544bd
This commit is contained in:
@@ -22,6 +22,8 @@ public class MergeableInfo {
|
||||
public SubmitType submitType;
|
||||
public String strategy;
|
||||
public boolean mergeable;
|
||||
public boolean commitMerged;
|
||||
public boolean contentMerged;
|
||||
public List<String> conflicts;
|
||||
public List<String> mergeableInto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user