views:

154

answers:

1

We are using TFS 2008 / Visual Studio 2008

We are trying to merge all code related to a task. I understand from other questions here that you can only merge change sets not tasks.

Question then is how do I find all changesets connected to a task?

+2  A: 

This is shown in the UI, open the task, all the associated changesets are shown in the links tab.

Richard