SubmitStrategyListener: Add missing switch case CANNOT_REBASE_ROOT
Change-Id: I5ff32eb0732b7b72d72e6575620427399916dfa4
This commit is contained in:
@@ -94,6 +94,7 @@ public class SubmitStrategyListener extends BatchUpdate.Listener {
|
||||
case REBASE_MERGE_CONFLICT:
|
||||
case MANUAL_RECURSIVE_MERGE:
|
||||
case CANNOT_CHERRY_PICK_ROOT:
|
||||
case CANNOT_REBASE_ROOT:
|
||||
case NOT_FAST_FORWARD:
|
||||
// TODO(dborowitz): Reformat these messages to be more appropriate for
|
||||
// short problem descriptions.
|
||||
|
Reference in New Issue
Block a user