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>.
RUN apt-get update && \
apt-get install -y mercurial
RUN apt-get update && \
apt-get install -y mercurial
RUN apk add mercurial
RUN pacman -S --noconfirm mercurial
RUN apt-get update && \
apt-get install -y mercurial
RUN yum install -y mercurial
RUN dnf install -y mercurial
RUN apt-get update && \
apt-get install -y mercurial