TFS history for a specific method

I am looking for changes that created a specific method in a class. It would be better if I could get the entire changeset associated with the creation of this method. Annotate only shows the latest changes, which were some sort of refactoring. The history for the class is too large to easily find all method changes.

+3


source to share


1 answer


If you identify the file you are interested in in the original control and then right-click, in the History window you will see all the changes that changed the file.

You can highlight 2 changesets (ctrl + click) and do a comparison between the two changesets.



do this a few times and you should be able to highlight when this method was added. you can right click on the changeset where the method was entered and select the details of the parameter set to view everything that was included in that changeset

+5


source







All Articles