10 echo -e 'foo\nbar\nbaz' > f
12 echo -e 'foo\nbar\nwibble' > f
14 sleep 1 # ensure the timestamps would differ after this change alone
15 echo -e 'baz\nbar\nwibble' > f
17 # check that wh (without --ignore-times) sees the change now
21 # the problematic unpull
22 darcs unpull
--last 1 -a --ignore-times
24 # whatsnew will now think there are no changes without --ignore-times