Feature request: Show merge SHA in MR widget after merging
It is often helpful to be able to quickly see the commit SHA of a merge that was made by a successful merge request. 1. You could click on it to see the pipeline that was run post-merge. 2. Release managers can use it to easily find the SHA they need to pick a merge into a stable branch. 3. If someone wants to manually revert a MR (i.e. not through the buttons in the MR widget), they can use the SHA string to find the diff. In the case of a normal merge, this SHA should be the merge commit. If it was a rebase + fast-forward merge, it should be the SHA of the last commit. If it was a rebase + squash merge, it should be the SHA of the squashed commit applied to the target branch. We could place it here: ![Screen_Shot_2017-06-29_at_5.23.30_PM](/uploads/a1c3b02017d8bc6c9f4d4532dd1b38b7/Screen_Shot_2017-06-29_at_5.23.30_PM.png) (optionally with the type of merge indicated) ![Screen_Shot_2017-06-29_at_5.24.45_PM](/uploads/dddaf22b336e426d654110dda317367d/Screen_Shot_2017-06-29_at_5.24.45_PM.png)
issue