4 # This demonstrates a bug that happens if you revert followed by
5 # a partial unrevert and a full unrevert. It requires that
6 # the second unrevert is working with patches who's contents need
7 # to be modified by the commute in the first unrevert.
21 sed 's/line2/Line2/' A
> A1
; rm A
; mv A1 A
22 sed '4d' A
> A1
; rm A
; mv A1 A
23 sed 's/line6/Line6/' A
> A1
; rm A
; mv A1 A
25 echo nyn | darcs unrev