hg-ssh
easy-to-use, scalable distributed version control system (common files)
Install
- All systems
-
curl cmd.cat/hg-ssh.sh
- Debian
-
apt-get install mercurial-common
- Ubuntu
-
apt-get install mercurial-common
- Alpine
-
apk add mercurial
- Arch Linux
-
pacman -S mercurial
- Kali Linux
-
apt-get install mercurial-common
- CentOS
-
yum install mercurial
- Fedora
-
dnf install mercurial
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mercurial-common
- OS X
-
brew install mercurial
- Raspbian
-
apt-get install mercurial-common
- Dockerfile
- dockerfile.run/hg-ssh
- Docker
-
docker run cmd.cat/hg-ssh hg-ssh
powered by Commando
mercurial-common
easy-to-use, scalable distributed version control system (common files)
Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. This package contains the architecture independent components of Mercurial, and is generally useless without the mercurial package.
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.