Merge changes If625b6ef,I943b4ab1

* changes:
  Set copyAllScoresIfNoCodeChange for Verified by default
  Set copyAllScoresOnTrivialRebase for Code-Review by default
This commit is contained in:
Edwin Kempin
2015-05-26 09:33:25 +00:00
committed by Gerrit Code Review
3 changed files with 7 additions and 2 deletions

View File

@@ -226,6 +226,7 @@ public class AllProjectsCreator {
new LabelValue((short) -1, "I would prefer this is not merged as is"),
new LabelValue((short) -2, "This shall not be merged")));
type.setCopyMinScore(true);
type.setCopyAllScoresOnTrivialRebase(true);
c.getLabelSections().put(type.getName(), type);
return type;
}