Ruby Forum IronRuby > CodeReview Question about diff file

Posted by Mark (Guest)
on 05.05.2008 19:52
(Received via mailing list)
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.
Posted by John Lam (IRONRUBY) (Guest)
on 05.05.2008 19:54
(Received via mailing list)
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
Posted by Mark (Guest)
on 05.05.2008 20:12
(Received via mailing list)
On Mon, May 5, 2008 at 1:53 PM, John Lam (IRONRUBY) 
<jflam@microsoft.com>
wrote:

> tf diff /shelveset:<shelveset> /format:unified
>
> Thanks!

-mark