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:
parent
e25d33fcac
commit
d6a3976644
1 changed files with 19 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue