First let me say I really like seeing the diff files for the shelvesets that the IronRuby team has been sending with the CodeReview emails to provide context. My question is this: how is tfpt used to generate those. We use TFS but I am not seeing exactly how to produce those diff files myself for my own code-reviews.
on 05.05.2008 19:52
on 05.05.2008 19:54
Mark: > First let me say I really like seeing the diff files for the > shelvesets that the IronRuby team has been sending with the CodeReview > emails to provide context. > > My question is this: how is tfpt used to generate those. We use TFS > but I am not seeing exactly how to produce those diff files myself for > my own code-reviews. tf diff /shelveset:<shelveset> /format:unified Thanks, -John
on 05.05.2008 20:12
On Mon, May 5, 2008 at 1:53 PM, John Lam (IRONRUBY) <jflam@microsoft.com> wrote: > tf diff /shelveset:<shelveset> /format:unified > > Thanks! -mark