4 rm -rf temp1 temp2 temp3
15 darcs record
-a -m foobar
-A author
16 darcs send
-a --dont-edit-description -o ..
/temp3 ..
/temp2
19 darcs send
-a --dont-edit-description -o ..
/temp
2/patchfile ..
/temp2
20 test -f ..
/temp
2/patchfile
23 darcs send
-a --dont-edit-description -o subdir
/..
/..
/temp
2/patchfile1 ..
/temp2
24 test -f ..
/temp
2/patchfile1
29 darcs send
-a --dont-edit-description -o ..
/patchfile ..
/..
/temp2
30 diff -u ..
/patchfile ..
/correct
33 darcs send
-a --dont-edit-description -o - ..
/..
/temp2
> ..
/patchfile
34 grep -v Creating ..
/patchfile |
diff -u ..
/correct
-
36 darcs apply
--repodir=..
/..
/temp2
--dry-run ..
/patchfile
> out
44 darcs apply
--dry-run ..
/temp3
> out
48 darcs apply
--dry-run ..
/temp
1/correct
> out
52 darcs apply
--dry-run ..
/temp
1/patchfile
> out
56 darcs apply
--dry-run ..
/temp3
> out
60 darcs apply
--dry-run ..
/temp3
> out
66 rm -rf temp1 temp2 temp3