diff --git a/pages/common/hg.md b/pages/common/hg.md new file mode 100644 index 000000000..d735d9df3 --- /dev/null +++ b/pages/common/hg.md @@ -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`