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

DiffBlamesWithTortoiseMerge

From: Alexander Klenin <klenin_at_gmail.com>
Date: 2007-10-06 04:03:46 CEST

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;
?

-- 
Alexander S. Klenin
Insight Experts Ltd.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Oct 6 04:03:55 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.