This bug was reported in 2009(!!) and fixing it wasn't even difficult.
4 patches for repository http://darcs.net/screened:
patch 9743efb239f4e512e498f43734efa1b17b1ebc33
Author: Ben Franksen <ben.franksen@online.de>
Date: Wed Apr 13 09:45:10 CEST 2022
* fix: preserve output (stderr, stdout) of an external merge tool
This makes it easier to diagnose problems when using an external merge tool.
patch fe5100f456adf875cf990f2ce3ab3f378092d735
Author: Ben Franksen <ben.franksen@online.de>
Date: Wed Apr 13 09:42:32 CEST 2022
* fix: darcs should fail if an external merge tool does
This is necessary in order to detect problems and write proper test scripts.
patch e56598ff37b868d80618b48fc61c5cc5aec391a8
Author: Ben Franksen <ben.franksen@online.de>
Date: Wed Apr 13 09:49:04 CEST 2022
* accept issue189: external merge with renamed files
This patch depends on the one that causes darcs to fail if the external
merge tool does, otherwise the test script cannot detect the problem.
patch 50e11419e9d43bd2460448f112a8f20fa99af3a2
Author: Ben Franksen <ben.franksen@online.de>
Date: Wed Apr 13 09:35:59 CEST 2022
* resolve issue189: external merge with renamed files
Indeed, there was a glaring error in the externalResolution procedure.
Attachments
|