I've configured my command line hg to use p4merge.
When I merge in a branch and there is a conflict, hg opens p4merge, to which I resolve the issues, save, then close p4 merge.
Meanwhile...
The command line is stuck on:
running merge tool p4mergeosx for file
There is no way to tell the command line that I'm finished and need to move on already. The only thing I can do is kill the whole merge, and then this cancels the whole operation, and I need to start all over again.
How do I fix this?
This happens with other mergetools too.
Thanks for any help.
You may try to debug Mercurial commands with debug tools. Try to add this to your commands and maybe you will get some useful information
Hope that helps