2017-12-05 03:22:00 +00:00
|
|
|
# hg
|
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> Mercurial - a distributed source control management system.
|
2021-09-13 10:21:21 +02:00
|
|
|
> Some subcommands such as `hg commit` have their own usage documentation.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://www.mercurial-scm.org>.
|
2017-12-05 03:22:00 +00:00
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
- Execute a Mercurial command:
|
2017-12-05 03:22:00 +00:00
|
|
|
|
|
|
|
`hg {{command}}`
|
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display help:
|
2017-12-05 03:22:00 +00:00
|
|
|
|
|
|
|
`hg help`
|
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display help for a specific command:
|
2017-12-05 03:22:00 +00:00
|
|
|
|
|
|
|
`hg help {{command}}`
|
|
|
|
|
|
|
|
- Check the Mercurial version:
|
|
|
|
|
|
|
|
`hg --version`
|