How to Install mercurial in Ubuntu 18.04



Install mercurial by entering the following commands in the terminal:

sudo apt update
sudo apt install mercurial

Description:

easy-to-use, scalable distributed version control system

Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. . Its features include: * O(1) delta-compressed file storage and retrieval scheme * Complete cross-indexing of files and changesets for efficient exploration of project history * Robust SHA1-based integrity checking and append-only storage model * Decentralized development model with arbitrary merging between trees * High-speed HTTP-based network merge protocol * Easy-to-use command-line interface * Integrated stand-alone web interface * Small Python codebase . This package contains the architecture dependent files.

Homepage: https://www.mercurial-scm.org/

Version: 4.5.3-1ubuntu2

Section: universe/devel