diff options
| author | Kevin Sawicki | 2011-04-08 00:19:12 +0000 |
|---|---|---|
| committer | Kevin Sawicki | 2011-04-08 00:19:12 +0000 |
| commit | 3acd0ccbebf22594a4f75019f775abe29afcce4e (patch) | |
| tree | 1734a3fbf35f56d538c2dabf7e84f10cdafee8c9 | |
| parent | f2acdfbb2a3677c249539376b8bac133da06953a (diff) | |
| download | egit-3acd0ccbebf22594a4f75019f775abe29afcce4e.tar.gz egit-3acd0ccbebf22594a4f75019f775abe29afcce4e.tar.xz egit-3acd0ccbebf22594a4f75019f775abe29afcce4e.zip | |
Update rebase command id used in history view.
Repositories view rebase command id was being used
instead of history view command id causing exception
to be logged.
Bug: 342008
Change-Id: Ifdde4ac43ceb0c3530479d9528d2f09546a5be7f
Signed-off-by: Kevin Sawicki <kevin@github.com>
| -rw-r--r-- | org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/command/HistoryViewCommands.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/command/HistoryViewCommands.java b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/command/HistoryViewCommands.java index 23b07b66cf..1ced6d892a 100644 --- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/command/HistoryViewCommands.java +++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/command/HistoryViewCommands.java @@ -75,5 +75,5 @@ public class HistoryViewCommands { public static final String MERGE = "org.eclipse.egit.ui.history.Merge"; //$NON-NLS-1$ /** rebase on top of commit */ - public static final String REBASECURRENT = "org.eclipse.egit.ui.RepositoriesViewRebase"; //$NON-NLS-1$ + public static final String REBASECURRENT = "org.eclipse.egit.ui.RebaseCurrent"; //$NON-NLS-1$ } |
