3 ## The builtin ! has the wrong semantics for not.
4 not
() { "$@" && exit 1 ||
:; }
5 # This test script is in the public domain.
9 rm -rf temp1 temp2 temp3
16 darcs record
-a -m Aismyname
19 darcs record
-a -m Bismyname
25 darcs obliterate
--last 1 -a
28 darcs record
-a -m Cismyname
34 darcs pull
-a -v --intersection ..
/temp1 ..
/temp2
39 not
grep Bismyname out
40 not
grep Cismyname out
43 rm -rf temp1 temp2 temp3