hgmerge problem on Dragonfly

Johannes Hofmann Johannes.Hofmann at gmx.de
Thu May 4 15:26:02 CDT 2006


Hi,

now that's weird. I tried the test script:

#!/bin/sh
set -e
false && echo "huh?"
echo "false1"
false
echo "false2"


and got "false1" as expected and "false1" + "false2" with set -e
commented out.

But, if I do 

#!/bin/sh
set -e
if true; then
	false && echo "huh?"
fi
echo "false1"
false
echo "false2"


I get nothing, just as in the case of hgmerge. 

 Johannes

PS: DargonFly uses ash as default shell.


More information about the Mercurial mailing list