SubmitStrategyListener: Add missing switch case CANNOT_REBASE_ROOT

Change-Id: I5ff32eb0732b7b72d72e6575620427399916dfa4
This commit is contained in:
David Pursehouse
2016-01-22 15:13:58 +09:00
parent 524920a151
commit dae78d476a

View File

@@ -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.