21 lines
367 B
Markdown
21 lines
367 B
Markdown
# hg
|
|
|
|
> Mercurial - 一个分布式源代码管理系统。
|
|
> 一些子命令,如 `commit`,有它们自己的使用文档。
|
|
> 更多信息:<https://www.mercurial-scm.org>。
|
|
|
|
- 执行一个 Mercurial 命令:
|
|
|
|
`hg {{command}}`
|
|
|
|
- 显示帮助:
|
|
|
|
`hg help`
|
|
|
|
- 显示特定命令的帮助:
|
|
|
|
`hg help {{command}}`
|
|
|
|
- 检查 Mercurial 版本:
|
|
|
|
`hg --version` |