Community
Participate
Working Groups
Eclipse EGit (Incubation) 0.12.1 org.eclipse.egit.feature.group Eclipse JGit (Incubation) 0.12.1 org.eclipse.jgit.feature.group I did a fetch, then in the history view showing all changes in the repository, I right-clicked > Team > Rebase ... It consistently fails with: Failed to execute item org.eclipse.egit.ui.RepositoriesViewRebase org.eclipse.core.commands.ExecutionException: No selection found while executing org.eclipse.egit.ui.RepositoriesViewRebase at org.eclipse.ui.handlers.HandlerUtil.noVariableFound(HandlerUtil.java:40) at org.eclipse.ui.handlers.HandlerUtil.getVariableChecked(HandlerUtil.java:89) at org.eclipse.ui.handlers.HandlerUtil.getCurrentSelectionChecked(HandlerUtil.java:416) at org.eclipse.egit.ui.internal.commands.shared.RebaseCurrentRefCommand.execute(RebaseCurrentRefCommand.java:48) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
I think this is fixed in the meantime, I do rebase many times a day and always from the history view.