Search code examples
tfstfvc

How do I find and view a TFS changeset by comment text?


With TFS I need to find a changeset by comment, and/or by developer. Maybe I'm just blind today, but I don't see a simple way in the Source Control Explorer to do this task?


Solution

  • With the Power Tools installed:

    tf history $/ -r | ? { $_.comment -like '*findme*' }