hg: add page (#1728)

coverage
Owen Voke 2017-12-05 03:22:00 +00:00 committed by Agniva De Sarker
parent e25d33fcac
commit d6a3976644
1 changed files with 19 additions and 0 deletions

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`