I just merged changes from our maintenance branch into our development branch. (We branch by cloning the mercurial repository, not with named branches.) There were a few conflicts, so I had to manually edit a half a dozen lines or so to resolve the merge conflict. No big deal. But when I look at the merge commit, I see the bazillion lines from the entire stack of patches against one parent or the other, not the merge conflict.
How can I review just the conflict and its resolution?