2 ### http://bugs.darcs.net/issue496
3 ### _darcs/prefs/defaults ignored when using --repodir
6 ## All these commands SHOULD fail (hence leading NOTs).
7 ## I would use the builtin !, but that has the wrong semantics.
8 not
() { "$@" && exit 1 ||
:; }
15 darcs initialize
--repodir repo
19 darcs record
-a -m auth
21 echo > _darcs
/prefs
/defaults ALL disable
# try to disable all
23 not darcs changes
--repodir "$PWD"
27 not darcs changes
--repodir repo
28 not darcs changes
--repodir "$PWD/repo"