The status footer now labels GitLab merge requests as MR !N instead of calling everything a PR.
What's wrong with this entry?
The review link in the status footer now labels GitLab merge requests "MR" with a ! before the number, instead of always saying "PR" and #. Link behaviour and colours are unchanged.
- Depends on the review data reporting itself as a merge request; there is nothing to configure.
prefix: n ? "MR" : "PR"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.