Disable "download" command
What does this MR do and why?
Related Epic: mono 工具用例
按照 User story,禁用 download
命令。
在 Gerrit 中,download
命令的作用是下载 changes
,在 GitLab 中不存在 changes
的概念,所以 download
不再被需要。
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
-
按 安装步骤 完成 Mono client 的安装
-
手动将
mono
分支切换为当前 MR 的disable-cmd-download
$ cd .repo/repo/ && git checkout disable-cmd-download && cd -
-
执行
mono help
,期望看不到 download 的命令说明 -
执行
mono download
期望报错找不到 download 命令
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
由 路志远 编辑于