tags:

views:

12

answers:

0

In TFS I can do:

> tf get /preview

to find out which files have changed since I last synced. But I want to know which changesets those file changes belong to. Something like the output of 'tf history' applied to the changes I'm missing.

Is there a built-in way to do this?

(Note: I'm a command-line person, so an answer that uses the IDE is of less value to me.)