This question asks how to see which files have conflicts in a merge. I'd also like to be able to quickly see listings of the diffs for all of the conflicts (as opposed to the diffs in the merge that went through cleanly.)
For instance, this would make it possible to quickly dispense with some conflicts that are just "noise" by resolving those with --tool :other
--tool :local
or --tool :union
without bringing up a merge editor.
I think answers (I'm formulating one right now) will be analogous with small differences for git and mercurial, so I'll risk leaving the question vc-agnostic.