Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 340714

Summary: Quickdiff reset/set actions not working
Product: [Technology] EGit Reporter: Robin Rosenberg <robin.rosenberg>
Component: UIAssignee: Project Inbox <egit.ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 0.12   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Robin Rosenberg CLA 2011-03-22 18:49:50 EDT
It seems the action to change the quickdiff baseline is busted:

org.eclipse.core.commands.ExecutionException: Could not get the current input from the history view
at org.eclipse.egit.ui.internal.history.command.AbstractHistoryCommandHandler.getInput(AbstractHistoryCommandHandler.java:62)
at org.eclipse.egit.ui.internal.history.command.AbstractHistoryCommandHandler.getRepository(AbstractHistoryCommandHandler.java:76)
at org.eclipse.egit.ui.internal.history.command.ResetQuickdiffBaselineHandler.execute(ResetQuickdiffBaselineHandler.java:29)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)

The solution to this is possibly related to 292140 and 292138
Comment 1 Robin Rosenberg CLA 2013-01-03 20:17:08 EST

*** This bug has been marked as a duplicate of bug 340880 ***