Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit20c46a0

Browse files
nejchJohnVillalovos
authored andcommitted
fix(cli): add missing attribute for MR changes
1 parentfceeebc commit20c46a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gitlab/v4/objects/merge_requests.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def commits(self, **kwargs: Any) -> RESTObjectList:
242242
manager=ProjectCommitManager(self.manager.gitlab,parent=self.manager._parent)
243243
returnRESTObjectList(manager,ProjectCommit,data_list)
244244

245-
@cli.register_custom_action("ProjectMergeRequest")
245+
@cli.register_custom_action("ProjectMergeRequest",optional=("access_raw_diffs",))
246246
@exc.on_http_error(exc.GitlabListError)
247247
defchanges(self,**kwargs:Any)->Union[Dict[str,Any],requests.Response]:
248248
"""List the merge request changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp