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>.

Install

All systems
curl cmd.cat/hg.sh
Debian Debian
apt-get install mercurial
Ubuntu
apt-get install mercurial
Alpine
apk add mercurial
Arch Arch Linux
pacman -S mercurial
image/svg+xml Kali Linux
apt-get install mercurial
CentOS
yum install mercurial
Fedora
dnf install mercurial
Windows (WSL2)
sudo apt-get update sudo apt-get install mercurial
OS X
brew install mercurial
Raspbian
apt-get install mercurial
Docker
docker run cmd.cat/hg hg powered by Commando

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

© tl;dr; authors and contributors