Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can I configure VS 2012 to show the changeset number when comparing two changesets?

I have configured Visual Studio 2012 with the following parameters for comparing.

enter image description here

However I get the below output with this configuration. I would like to see the changeset number that maps to each version of the file.

KDiff3 Screenshot example

share|improve this question

1 Answer

up vote 1 down vote accepted

Changing the arguments to the following will display the changeset number.

    %1 --fname %6 %2 --fname %7

I found this from a great msdn archive that went into much more detail and covered other diff/merge tools.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.