Replace "repo" to "mono" in stdout
What does this MR do and why?
Resolve https://jihulab.com/gitlab-cn/gitlab/-/issues/3156
Mono client 命令行工具的输出(包括帮助信息和报错信息等)适配 Jihulab。
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 的replace-repo-to-mono
$ cd .repo/repo/ && git checkout replace-repo-to-mono && cd -
-
执行
mono help
、mono help upload
、mono upload
等命令,期望看到打印的信息中 不再存在对 GitLab 无意义的内容,比如链接issues.gerritcodereview.com
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.
由 路志远 编辑于