tests/test-merge3
author Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>
Fri, 07 Apr 2006 22:31:54 +0200
changeset 2051 6a03cff2b0f5
parent 1933 7544700fd931
child 11177 6a64813276ed
permissions -rwxr-xr-x
Try to use /usr/bin/test or /bin/test to work around missing features. The builtin "test" of Solaris 8 /bin/sh doesn't understand -nt.

#!/bin/sh

hg init
echo This is file a1 > a
hg add a
hg commit -m "commit #0" -d "1000000 0"
touch b
hg add b
rm b
hg commit -A -m"comment #1" -d "1000000 0"