Merge "Handle error when publishing non draft patch set"

This commit is contained in:
Edwin Kempin
2012-02-08 23:28:59 -08:00
committed by gerrit code review
3 changed files with 13 additions and 2 deletions

View File

@@ -294,6 +294,9 @@ public class ReviewCommand extends BaseCommand {
case RULE_ERROR:
errMsg += "rule error";
break;
case NOT_A_DRAFT:
errMsg += "change is not a draft";
break;
default:
errMsg += "failure in review";
}