11 darcs rec
-alm "Added"
13 # This should fail until replace handles spaces
14 darcs replace
' X ' ' XX ' --token-chars '[ X]' foo
&& exit 1 || true
16 # Check that replace is not fooled by duplicate file names
17 # (i.e. not trying to performe the replace twice in the same file)
18 darcs replace X Y foo foo
19 darcs replace Y Z foo ..
/temp
/foo
20 darcs replace Z Q foo foo
--repodir=..
/temp
/
24 # Try to "overwrite" a hunk with a replace.
26 # v1.0.8 accepts this without error or warning,
27 # but should perhaps require the --force option?
29 # current unstable sometimes(!) fails with bug: invalid pending
30 # which is surely a bug.
36 darcs replace
--ignore-times x y foo
42 darcs replace hej hopp foo
49 darcs replace src dst foo || true
50 darcs replace
--force src dst foo