Be able to create a copy of merge request when editing and selecting different target branch
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=19115)
</details>
<!--IssueSummary end-->
Issue idea came from: http://blog.ffwll.ch/2017/08/github-why-cant-host-the-kernel.html
#### Usecase
Currently you can switch the merge request to target a different branch. However you may want to merge those changes into multiple branches.
#### Proposal
Offer an (checkbox) option to "create a new merge request" when you targeted a different target branch when editing an existing merge request.
#### Value
Being able to support really large projects, with advanced git flows, like the [linux kernel git workflow](http://blog.ffwll.ch/2017/08/github-why-cant-host-the-kernel.html)
issue