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

Debian Debian
RUN apt-get update && \ apt-get install -y mercurial
Ubuntu
RUN apt-get update && \ apt-get install -y mercurial
Alpine
RUN apk add mercurial
Arch Arch Linux
RUN pacman -S --noconfirm mercurial
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mercurial
CentOS
RUN yum install -y mercurial
Fedora
RUN dnf install -y mercurial
Raspbian
RUN apt-get update && \ apt-get install -y mercurial
click the source code to copy install hg on any operating system with command-not-found.com