Bug 425592 - Comparing renamed file shows "file not in ..." on the "old" side instead of contents before rename
Summary: Comparing renamed file shows "file not in ..." on the "old" side instead of c...
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2014-01-13 12:37 EST by Robin Stocker CLA
Modified: 2014-01-13 12:37 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Stocker CLA 2014-01-13 12:37:18 EST
1. Select a commit where a file was renamed from A to B
2. Open the compare window for that file

Expected: The left side shows B, the right side shows A
Actual: The right side shows "B not in commit ..."

I'm pretty sure that this worked at some point. Maybe the big compare code unification broke this.

In any case, we should fix it including a UI test, so that this can not break again.