1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/hg.md

22 lines
382 B
Markdown
Raw Normal View History

2017-12-05 03:22:00 +00:00
# hg
> Mercurial - a distributed source control management system.
> Some subcommands such as `commit` have their own usage documentation.
> More information: <https://www.mercurial-scm.org>.
2017-12-05 03:22:00 +00:00
- Execute a Mercurial command:
2017-12-05 03:22:00 +00:00
`hg {{command}}`
- Display help:
2017-12-05 03:22:00 +00:00
`hg help`
- Display help for a specific command:
2017-12-05 03:22:00 +00:00
`hg help {{command}}`
- Check the Mercurial version:
`hg --version`