Track merged changesets from deleted branch
问题 I find the 'Track Changeset' feature in TFS useful to allow me to visualise which changesets have been merged into Main which works as an audit when checking the state of our codebase. However when a branch has been merged and subsequently deleted I am unable to retrieve the changeset that was merged. How do I discover that the newly deleted branch was brought into Main before being deleted? This is trivial in SVN (as we have the 'Copy from path' and 'Revision' columns against each file).