Discovered by watermind and donri on IRC.
> darcs init
> touch foo
> darcs wh -ll
A ./foo
this 'A' suggests that foo has already been darcs add'd, yet:
> darcs wh -l
a ./foo
so, passing --look-for-adds twice does the wrong thing.
Looking at the code, I suspect that the problem is that optsModifier in
whatsnewCmd in Darcs.UI.Commands.WhatsNew only deletes one instance of
LookForAdds.
The following patch sent by "Gian Piero Carrubba" <gpiero@rm-rf.it> updated issue issue2238 with
status=resolved;resolvedin=2.10.0 HEAD
* resolve issue2238: let optsModifier remove all occurrences of LookForAdds
Ignore-this: 5e2d182727711288c8b0337d5e4a72bf