5 ## I would use the builtin !, but that has the wrong semantics.
6 not
() { "$@" && exit 1 ||
:; }
12 echo 'test file 1' > foo
13 darcs record
--look-for-adds --all -m"Patch 1"
14 echo 'test boringfile' > bar
15 darcs setpref boringfile bar
16 darcs record
--look-for-adds --all -m"Patch 2"
17 echo 'test file 3' > baz
18 # there should be no -R
19 darcs record
--look-for-adds --all -m"Patch 3" > ..
/temp2