Is it possible to get a list of all changesets that are different between two different TFS branches? I'm not talking about file differences.
I have a main code base (MAIN). I create a new branch from that called (MAIN-BRANCH). I create another branch called (RELEASE). I check-in five times to MAIN-BRANCH, then merge to MAIN.
I want to pull all the changeset comments that have occurred between RELEASE and MAIN.