1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-14 12:15:40 +02:00

hg: add page (#1728)

This commit is contained in:
Owen Voke 2017-12-05 03:22:00 +00:00 committed by Agniva De Sarker
parent e25d33fcac
commit d6a3976644

19
pages/common/hg.md Normal file
View file

@ -0,0 +1,19 @@
# hg
> A command line interface for Mercurial, a distributed source control management system.
- Execute Mercurial command:
`hg {{command}}`
- Call general help:
`hg help`
- Call help on a command:
`hg help {{command}}`
- Check the Mercurial version:
`hg --version`