hg: add page (#1728)
This commit is contained in:

committed by
Agniva De Sarker

parent
e25d33fcac
commit
d6a3976644
19
pages/common/hg.md
Normal file
19
pages/common/hg.md
Normal 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`
|
Reference in New Issue
Block a user