2017-12-05 03:22:00 +00:00
|
|
|
# hg
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> 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
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
- Execute a Mercurial command:
|
2017-12-05 03:22:00 +00:00
|
|
|
|
|
|
|
`hg {{command}}`
|
|
|
|
|
|
|
|
- Call general help:
|
|
|
|
|
|
|
|
`hg help`
|
|
|
|
|
|
|
|
- Call help on a command:
|
|
|
|
|
|
|
|
`hg help {{command}}`
|
|
|
|
|
|
|
|
- Check the Mercurial version:
|
|
|
|
|
|
|
|
`hg --version`
|