chrono028 / mercurialeclipse

Automatically exported from code.google.com/p/mercurialeclipse
Other
0 stars 0 forks source link

Diff doesn't work across a rename/move in a file's history #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. rename or move a file, and commit it
2. open the file's history
3. select the last 2 revisions and do "compare with each other"

What is the expected output? What do you see instead?
Expected output: no difference found
What I see instead: left side has the file with everything selected, right side 
is empty and says "DOES NOT EXIST"

What version of the product are you using? On what operating system?
1.9.0 on Linux

Please provide any additional information below.
Apparently it's doing hg locate with the new path in the old revision.
The vertical "chain" on the left side of the history tab is also missing before 
the move.

Original issue reported on code.google.com by adi...@gmail.com on 10 Oct 2011 at 2:57

GoogleCodeExporter commented 8 years ago
Will be fixed in 2.0 when we can use the command server to efficiently get 
rename information.

Original comment by johnpeb@gmail.com on 10 Oct 2011 at 8:41

GoogleCodeExporter commented 8 years ago
This is still not working.

Original comment by Choose.H...@gmail.com on 23 Apr 2012 at 7:15