11 darcs record
-a -m "first edit" -A author1
13 darcs record
-a -m "second edit" -A author2
16 darcs record
-a -m "third edit" -A author3
18 darcs record
-a -m "fourth edit" -A author4
20 darcs show contents foo |
grep fourth
21 darcs show contents foo
-p third |
grep third
22 darcs show contents foo
--match="author author1" first |
grep first
23 darcs show contents foo
--tag t1 |
grep second