I love Subversion's blame operation (which shows for each line in the source file the commit that last changed it). Alas, we recently reformatted our entire source code, and now blame just shows that every line was last modified by this commit.
Can I somehow instruct blame to show me when the line was last changed before that commit? Bonus points if I can do it without leaving eclipse (we use subclipse).
I tried switching the working copy to a revision prior to the reformat, and do "show annotation" there, but that still shows every line last modified by the reformat ...