Improve error message when attempting to reopen MR and there's a new open MR for the same branch
Summary
We should display a meaningful error message when you attempt to reopen a merge request and there is a new open merge request for the same branch.
Steps to reproduce
- Create a new MR with branch
foo
=> A - Close A
- Open a new MR with branch
foo
=> B - Attempt to reopen A