HOWTO: Make a diff/patch with TFS

Simple enough:

  1. Make a shelveset
  2. Make a diff

I have no idea how to make a diff via the GUI (or if it's even possible), but it's trivial via the command line

 tf.exe diff /shelveset:TheShelvesetIWantToDiff /format:unified

Very handy.