6 # creating the fork point
19 # do some work in the mainline
22 conflict 1 - artichoke
25 darcs record
-am 'conflict 1a'
27 conflict 1 - artichoke
30 darcs record
-am 'conflict 1b'
33 # do some work in the branch
40 darcs record
-am 'conflict 2'
43 # in the branch, pull from the mainline and resolve the conflict
45 darcs pull
-a ..
/temp1
--allow-conflicts
51 darcs record
-am 'resolve conflicts 2,1a,1b'
54 # do some extra work in the mainline
59 darcs record
-am 'conflict 1c'
62 # in the branch, pull from the mainline again
64 darcs pull
-a ..
/temp1
--allow-conflicts