4 rm -rf fooOld tempA tempB
5 mkdir fooOld tempA tempB
8 echo record author me
> _darcs
/prefs
/defaults
9 echo ALL all
>> _darcs
/prefs
/defaults
10 #echo ALL verbose >> _darcs/prefs/defaults
11 echo ALL ignore-times
>> _darcs
/prefs
/defaults
19 cp ..
/fooOld
/_darcs
/prefs
/defaults _darcs
/prefs
27 cp ..
/fooOld
/_darcs
/prefs
/defaults _darcs
/prefs
33 darcs record
-m "ok A's fine."
36 # At this point, tempB and tempA should agree--since the conflict was
37 # resolved in favor of tempA.
38 cmp tempB
/foo tempA
/foo
42 darcs record
-m "AA -- upping the ante."
53 # At this point, tempB and tempA should agree since we have pulled both ways.
54 cmp tempB
/foo tempA
/foo
56 rm -rf fooOld tempA tempB