Skip to content

Include full path of source and target branch names in New Merge Request page

The previous title on the New Merge Request page would only show the group name. which could be confusing. Before, if you attempted to create a new merge request within the repo, it might look like this:

image

Since they are in the same repo, this MR just simplifies this to the branches:

image

However, if you create a MR from a forked project, you now see the full namespace:

image

Closes #2875 (closed)

Merge request reports