Bug 344026 - Add compare with previous revision menu
Summary: Add compare with previous revision menu
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Kevin Sawicki CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks:
 
Reported: 2011-04-27 15:05 EDT by Kevin Sawicki CLA
Modified: 2011-04-28 09:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Sawicki CLA 2011-04-27 15:05:51 EDT
Compare with previous revision would compare with local workspace resource
with the previous revision of that resource.

For example after a pull you could select a folder or file and select compare
with previous revision to see the differences the last commit introduced.

This would have similar behavior to compare with head revision, single
file selections bring up a compare editor, single non-file selections open in
the Git Tree compare view.
Comment 1 Kevin Sawicki CLA 2011-04-27 15:13:27 EDT
Proposed fix pushed to: http://egit.eclipse.org/r/#change,3267
Comment 2 Chris Aniszczyk CLA 2011-04-28 09:53:20 EDT
Fixed in master. Thanks Kevin!