2017-12-05 03:22:00 +00:00
|
|
|
# hg
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> A command-line interface for Mercurial, a distributed source control management system.
|
2021-09-13 09:21:21 +01:00
|
|
|
> Some subcommands such as `hg commit` have their own usage documentation.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://www.mercurial-scm.org>.
|
2017-12-05 03:22:00 +00:00
|
|
|
|
|
|
|
- Execute Mercurial command:
|
|
|
|
|
|
|
|
`hg {{command}}`
|
|
|
|
|
|
|
|
- Call general help:
|
|
|
|
|
|
|
|
`hg help`
|
|
|
|
|
|
|
|
- Call help on a command:
|
|
|
|
|
|
|
|
`hg help {{command}}`
|
|
|
|
|
|
|
|
- Check the Mercurial version:
|
|
|
|
|
|
|
|
`hg --version`
|