2017-12-05 03:22:00 +00:00
|
|
|
# hg
|
|
|
|
|
|
|
|
> A command line interface for Mercurial, a distributed source control management system.
|
2017-12-18 12:12:08 +00:00
|
|
|
> See `hg-add`, `hg-commit` and other pages for additional information.
|
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`
|