I've got nice mercurial repository with several branches. When I merge the changes from one branch to another (eg test to stable) mercurial sometimes gives me lots of conflict Messages like this one:
---------------------------
Conflicts
---------------------------
Total number of conflicts: 10
Nr of automatically solved conflicts: 10
Nr of unsolved conflicts: 0
Files A and B are binary equal.
---------------------------
&OK
---------------------------
Funny Thing is: There are no conflicts - why does hg / kdiff3 Show conflicts when the binary files are equal??