View console TFS parameter set details

I am using TFS and want to see all changes in a change set that contain changes in multiple files. Viewing this in the GUI is inefficient since I have to open every file. I want to say that TFS on the console shows me all the changes to all the files in dial number 777. Is there a command for this?

+7
source share
1 answer
tf diff <folder> /version:C776~C777 /recursive /format:unified 

Gives you a formatted resume

+15
source

All Articles