|
From:
<fre...@eo...> - 2007-07-03 09:11:53
|
Hi,
If kdiff3 is used with Subversion (as default diff-tool), the -u option
seems to be mandatory with Subversion 1.4.3.
This dirty patch can workaround the problem, in main.cpp :
{ "config file", I18N_NOOP("Use a different config file."), 0 },
+ { "u", 0, 0 }
};
--
Frédéric COIFFIER
|