[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: DiffBlamesWithTortoiseMerge

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-10-06 10:12:34 CEST

Alexander Klenin wrote:
> I noticed that CAppUtils::StartExtDiff function reads undocumented
> DiffBlamesWithTortoiseMerge registry flag.
> It's apparent effect is to disable external diff tools and always use
> TortoiseMerge instead.
> This, however, is not quite what the name implies, so I suspect this is a bug.
> To fix it, I need to know what this setting is intended to do ;-)
>
> Perhaps
> bool bUseTMerge = !!(DWORD)blamediff;
> should read
> bool bUseTMerge = bBlame && !!(DWORD)blamediff;
> ?

Yes, you're right.
Can you commit this please?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Oct 6 10:13:08 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.