mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
Rename MergeRequest methods that return commits or shas to be more clear and consistent
This commit is contained in:
@@ -11,10 +11,10 @@ module Gitlab
|
||||
description: description,
|
||||
source_project: source_branch_project,
|
||||
source_branch: source_branch_name,
|
||||
head_source_sha: source_branch_sha,
|
||||
source_branch_sha: source_branch_sha,
|
||||
target_project: target_branch_project,
|
||||
target_branch: target_branch_name,
|
||||
base_target_sha: target_branch_sha,
|
||||
target_branch_sha: target_branch_sha,
|
||||
state: state,
|
||||
milestone: milestone,
|
||||
author_id: author_id,
|
||||
|
||||
Reference in New Issue
Block a user