useless string concatenation plus useless $.
--------------------------------------------
> ] hunk ./src/Darcs/RunCommand.hs 78
> - fail $ "Are you sure you didn't mean -" ++ "-all rather than -all?"
> + fail "Are you sure you didn't mean --all rather than -all?"
I'm applying this, thanks!
Just making explicit some research methodology: I did a bit of research
into this, first using darcs annotate ./src/Darcs/RunCommands.hs to
identify the last patch that touched this line, then finding that it was
hunk-moved (by hand) from another module, doing darcs get --lazy
http://darcs.net tmp --to-p 'the hunk-move patch' and doing darcs
annotate on the original file... and after all this, I found that there
was no explanation in the history, but it was nice to try anyway.
Now let's see if this breaks something like a syntactic highlighter
somewhere
--
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
|