Enable rebase to continue for all rebase stages

EGit should be able to continue a rebase started by C Git.

Change-Id: I63058026295fec34157b5687ae87ae9cb0c27c86
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Robin Rosenberg 2012-08-27 00:54:59 +02:00 committed by Matthias Sohn
parent 0e684bb97c
commit 0264c313ba
1 changed files with 3 additions and 0 deletions

View File

@ -723,6 +723,9 @@ private void checkParameters() throws WrongRepositoryStateException {
// these operations are only possible while in a rebasing state
switch (repo.getRepositoryState()) {
case REBASING_INTERACTIVE:
case REBASING:
case REBASING_REBASING:
case REBASING_MERGE:
break;
default:
throw new WrongRepositoryStateException(MessageFormat.format(