chg
easy-to-use, scalable distributed version control system
Install
- All systems
-
curl cmd.cat/chg.sh
- Debian
-
apt-get install mercurial - Ubuntu
-
apt-get install mercurial -
Alpine
-
apk add mercurial - Arch Linux
-
pacman -S mercurial - Kali Linux
-
apt-get install mercurial - CentOS
-
yum install mercurial - Fedora
-
dnf install mercurial-chg - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install mercurial - OS X
-
brew install mercurial - Raspbian
-
apt-get install mercurial - Docker
-
docker run cmd.cat/chg chgpowered by Commando
mercurial
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.