Use create_branch instead of fetch_source_branch when importing MRs
When importing, we want to create `refs/heads/:source_branch` in the repository for each MR. Since the imported project already contains the SHA, there's no need to use `fetch_source_branch` - we can just create the ref directly.
Showing
Please register or sign in to comment