Community
Participate
Working Groups
If merge used by RevertCommand ends up with conflicts, the conflicting files get proper conflict markers but the EGit UI doesn't show that conflicts need to be resolved but instead an error is logged in the Eclipse error log: Failed to execute item org.eclipse.egit.ui.history.Revert org.eclipse.core.commands.ExecutionException: The revert failed at org.eclipse.egit.ui.internal.history.command.RevertHandler.execute(RevertHandler.java:46) 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) ...
The same goes for the CherryPickComman. f93d2c3338289875a23bef1280829d892ca8b476
f93d2c3338289875a23bef1280829d892ca8b476 is the comit when I believe the error handling was broken.
Fix proposed: http://egit.eclipse.org/r/3861
Fixed in master.
*** Bug 351542 has been marked as a duplicate of this bug. ***