15 # darcs record -all --patch-name patch1 # this way it doesn't trigger the bug
16 for i
in 1 2 3 4 5 6 7 8 9 11; do echo y
; done | darcs record
--patch-name patch1
19 darcs record
--all --patch-name patch2
25 darcs pull
--all ..
/temp1
26 darcs whatsnew |
grep 'No changes'
31 # issue494: note that in this test, we deliberately select filenames
32 # with a backwards sorting order
38 darcs record
--all -m patch1
41 darcs record
--all -m patch2
47 darcs pull
--all ..
/temp1
48 darcs whatsnew |
grep 'No changes'