0

I'd like to see what changesets were merged to create a changeset on a branch in the history. This doesn't seem to be straight forward. I've tried to use the Track Changeset functionality, but I can't seem to see anything useful. I would also like it if I could do this from the command line so that I could potentially script a way to pull out appropriate changesets separately.

Edit

Ok, seems that using Timeline Tracking, I can get the changesets from the Track Changes feature. Now is there a way to do this from the command line?

Community
  • 1
  • 1
Adrian
  • 10,246
  • 4
  • 44
  • 110

1 Answers1

0

Using Tracking Changeset window is the right way to View where and when changesets have been merged.

For the overview and some meaning of the elements in tracking changeset window, you could refer above link. And switch to timeline view will make the result more directly,clearly.

Afraid you could not do this through command line. There is a Merges Command, but could not specific a single changeset.

However, you could use TFS API to achieve this, take a look at below two similar questions:

The answer contains a link to a blog post which contains many details, including TFS API and a custom command-line tool.

PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62