After having solved the problem of getting the editor to launch when there's a merge conflict - http://stackoverflow.com/questions/399606/mercurial-no-editor-appears-when-merge-conflicts-are-detected
I now have another problem, the editor now launches but opens the files in the following order:
hello.c hello.c~base.???? hello.c~other.????
But what I really want to see is the file that highlights the conflicts, which I expect should be the first one hello.c, but instead hello.c just shows the tip.
Any advice?
Regards,
Chris