System Grab Bag

View all TLDR pages from common (or from all pages)

hg

Mercurial - a distributed source control management system. Some subcommands such as hg commit have their own usage documentation. More information: https://www.mercurial-scm.org.
  • Execute a Mercurial command:
    hg {{command}}
  • Call general help:
    hg help
  • Call help on a command:
    hg help {{command}}
  • Check the Mercurial version:
    hg --version

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.