4 # A test for a missed resolution, inspired by bug #10 in RT
26 darcs record
-m 'add' --all
31 darcs pull
--all ..
/temp1
43 darcs record
-m 'change2' --all
58 darcs record
-m 'change1' --all
59 darcs pull
--all ..
/temp2
60 # we should have a marked conflict now.
62 # we resolve it simply by removing conflict markers.
63 sed -e '/\^ \^|\*\*|v v/d' A
> temp
65 darcs record
-m resolution
--all
66 # now mark-conflicts shouldn't find any unmarked conflicts
67 darcs mark-conflicts |
grep "No conflicts to mark"