There are times when executing merges between branches that the tortoise hg commit window will show a file as part of the merge results and that it is about to be commited; however there are times when in the diff window it shows absolutely nothing about the file.
Going to the command line and running hg log -l 1 --patch
shows that the file is indeed different.
Does anyone have any explanation to why this occurs? Is there a legitimate reason as to why THG feels it does not need to display these changes in the diff window?
(in case it matters, THG version 2.5.1, with Mercurial-2.3.2, Python-2.7.3, PyQt-4.9.1, Qt-4.8.0)