add new chinese translations
This commit is contained in:
21
pages.zh/common/hg.md
Normal file
21
pages.zh/common/hg.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# hg
|
||||
|
||||
> Mercurial - 一个分布式源代码管理系统。
|
||||
> 一些子命令,如 `commit`,有它们自己的使用文档。
|
||||
> 更多信息:<https://www.mercurial-scm.org>。
|
||||
|
||||
- 执行一个 Mercurial 命令:
|
||||
|
||||
`hg {{command}}`
|
||||
|
||||
- 显示帮助:
|
||||
|
||||
`hg help`
|
||||
|
||||
- 显示特定命令的帮助:
|
||||
|
||||
`hg help {{command}}`
|
||||
|
||||
- 检查 Mercurial 版本:
|
||||
|
||||
`hg --version`
|
Reference in New Issue
Block a user