Background
In our team we have peer code reviews. We review Work Items, that have any number of changesets associated with them.
Particularly when working on new code, we have a lot of instances where a changeset (#1) alters a file. Then later, on the same work item, another changeset (#2) alters the same file, overwriting some errors that arose from #1.
As a code reviewer, I go through these changesets chronologically. When I'm reviewing #1, I have no idea at the time that #2 reverses the bad code, and thus I will spend time writing comments that are ultimately redundant.
Question
Is there a feature or way in Visual Studio to do something along the lines of, seeing the final result of each file across all changesets for a work item?