tfs

TFS: How to compare changesets between two branches

Hi How can I find changesets in Branch A that were not merged to branch B programmatically. This what Merge Window does in TFS client GUI but I need to programmatically get the list of changesets. Say I have Microsoft.TeamFoundation.VersionControl.Client.Workspace reference. ...