Skip to content

Disable "download" command

路志远请求将disable-cmd-download合并到main-jh

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

  1. 安装步骤 完成 Mono client 的安装

  2. 手动将 mono 分支切换为当前 MR 的 disable-cmd-download

    $ cd .repo/repo/ && git checkout disable-cmd-download && cd -
  3. 执行 mono help,期望看不到 download 的命令说明

  4. 执行 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.

路志远 编辑于

合并请求报告

加载中