Automic VaultAutomic Vault

brew

Installer mercurial avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget, chocolatey

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mercurial pour les workflows d'agents IA.

sécurité des agents

Réponse sur la sécurité des agents

mercurial mutates source-control repositories and remote history.

Accès aux identifiants

Reads repository config, credential helpers, auth files, and local history.

Modification distante

Can push changesets, tags, bookmarks, and remote repository changes.

Risque de publication ou d'artéfact

Can publish source changes and release tags.

Contrôle recommandé

Gate pushes, credential reads, destructive history operations, and tag creation.

Conseils d'utilisation par les agents

Allow status/log/diff; require approval for pushes, credential use, and history rewrites.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install mercurial

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install mercurial

MacPorts ports tree · devel/mercurial/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add mercurial

Alpine Linux edge package indexes · mercurial · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install mercurial

Debian stable package indexes · mercurial · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install mercurial

Fedora Rawhide package metadata · mercurial · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#mercurial

nixpkgs package indexes · pkgs/by-name/me/mercurial/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S mercurial

Arch Linux sync databases · mercurial · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install mercurial

openSUSE Tumbleweed package metadata · mercurial · Source: download.opensuse.org

Windows

Scoopvérifié · 92%
scoop install main/mercurial

Scoop official bucket manifest trees · bucket/mercurial.json · Source: api.github.com

Windows Package Managervérifié · 92%
winget install --id Mercurial.Mercurial -e

Windows Package Manager source index · Mercurial.Mercurial · Source: cdn.winget.microsoft.com

Chocolateyvérifié · 92%
choco install hg

Chocolatey community package catalog · hg · Source: community.chocolatey.org

aperçu

Résumé du paquet

Scalable distributed version control system

historique

Historique du projet et usages

Mercurial is a distributed source-control management system invoked mainly through the hg command. Matt Mackall, later Olivia Mackall, started it in April 2005 after Linux kernel developers lost the free BitKeeper arrangement. The Architecture of Open Source Applications describes Mercurial and Git as parallel 2005 responses to the need for a scalable distributed VCS capable of handling large kernel-sized histories; it also notes Mackall's early goals of simplicity, scalability, and efficiency.

Historique du projet

Technically, Mercurial stores project history as a distributed graph of changesets. Like Git, it uses SHA-1-derived changeset identifiers, but it emphasizes a comparatively small, coherent command set and a clone model where most operations are local. The official Mercurial site positions it as a free distributed SCM that handles projects of any size, supports many workflows, and can be extended.

Historique d'adoption

Mercurial's adoption history is strongly tied to large repositories and to teams that valued a scriptable CLI with a less sprawling user model than Git. Facebook selected Mercurial while replacing a Subversion server plus Git mirror, then published work on scaling it for a repository with thousands of weekly commits and hundreds of thousands of files. That scaling lineage later connected to Mononoke and Sapling: Meta's Sapling README says Sapling's CLI was originally based on Mercurial and shares aspects of Mercurial's UI and features, while Mononoke is described as a Mercurial source-control server for large monorepos.

Modes d'utilisation

For package managers, Mercurial is a classic cross-platform developer tool rather than an application-specific CLI. It appears across Homebrew, Debian, Ubuntu, Fedora, Arch, Nix, MacPorts, Windows package managers, and others, with hg as the primary executable and chg as a command server client for faster repeated commands.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour mercurial. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 8 plateformes.
  • S’installe avec 1 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.hgrc$XDG_CONFIG_HOME/hg/hgrc~/.config/hg/hgrc

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.hgrc$XDG_CONFIG_HOME/hg/hgrc~/.config/hg/hgrc

exécutables

Exécutables installés

CommandeTypeExpositionNote
chgcliexécutable global
hgcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire7.2.3
gestionnaire mis à jour2026-06-29
données localesOK
amontnot checked
dernière version détectéenon détecté

https://mercurial-scm.org/

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:mercurial
Version7.2.3
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/mercurial
Page d'accueilhttps://mercurial-scm.org/
Dépôthttps://foss.heptapod.net/mercurial/mercurial-devel
Docs amonthttps://www.mercurial-scm.org/
LicenceGPL-2.0-or-later
Archive sourcehttps://www.mercurial-scm.org/release/mercurial-7.2.3.tar.gz
Dernière mise à jour2026-06-29T18:50:44Z
Pulseupdated
Dépendancespython@3.14
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemercurial
Aliases
  • hg
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

mercurial 7.0.1-2

easy-to-use, scalable distributed version control system

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

sudo apt install mercurial
  • Section: vcs
  • Architecture: amd64
  • 4 Dépendances
  • 1 fournit
  • 8 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Mercurial
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mercurial from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mercurial-common 7.0.1-2

easy-to-use, scalable distributed version control system (common files)

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

sudo apt install mercurial-common
  • Section: vcs
  • Architecture: all
  • Source Package: mercurial
  • 1 Dépendances
  • 7 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Mercurial
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mercurial-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

mercurial

nix profile install nixpkgs#mercurial
  • normalized package name match
  • Correspondance par : Mercurial
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/me/mercurial/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

mercurial 6.7.2-1ubuntu2

easy-to-use, scalable distributed version control system

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

sudo apt install mercurial
  • Section: universe/devel
  • Architecture: amd64
  • 4 Dépendances
  • 1 fournit
  • 8 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Mercurial
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mercurial from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

mercurial-common 6.7.2-1ubuntu2

easy-to-use, scalable distributed version control system (common files)

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

sudo apt install mercurial-common
  • Section: universe/devel
  • Architecture: all
  • Source Package: mercurial
  • 1 Dépendances
  • 7 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Mercurial
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mercurial-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

mercurial 7.2.1-r0

Scalable distributed SCM tool

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

sudo apk add mercurial
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mercurial
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Mercurial
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mercurial from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mercurial-bash-completion 7.2.1-r0

Bash completions for mercurial

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

sudo apk add mercurial-bash-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mercurial
  • normalized package name match
  • Correspondance par : Mercurial
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mercurial-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mercurial-chg 7.2.1-r0

Client for Mercurial command server with cHg extension

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

sudo apk add mercurial-chg
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mercurial
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Mercurial
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mercurial-chg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mercurial-doc 7.2.1-r0

Scalable distributed SCM tool (documentation)

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

sudo apk add mercurial-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mercurial
  • normalized package name match
  • Correspondance par : Mercurial
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mercurial-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mercurial-lang 7.2.1-r0

translations for mercurial

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

sudo apk add mercurial-lang
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mercurial
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Mercurial
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mercurial-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mercurial-pyc 7.2.1-r0

Precompiled Python bytecode for mercurial

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

sudo apk add mercurial-pyc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mercurial
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Mercurial
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mercurial-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mercurial-vim 7.2.1-r0

Vim syntax for mercurial

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

sudo apk add mercurial-vim
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mercurial
  • normalized package name match
  • Correspondance par : Mercurial
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mercurial-vim from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mercurial-zsh-completion 7.2.1-r0

Zsh completions for mercurial

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

sudo apk add mercurial-zsh-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mercurial
  • normalized package name match
  • Correspondance par : Mercurial
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mercurial-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

mercurial 7.2.1-2.fc45

A fast, lightweight Source Control Management system

https://mercurial-scm.org/

sudo dnf install mercurial
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mercurial
  • 5 Dépendances
  • 5 fournit
  • normalized package name match
  • Correspondance par : Mercurial
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mercurial from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mercurial-chg 7.2.1-2.fc45

A fast Mercurial command without slow Python startup

https://mercurial-scm.org/

sudo dnf install mercurial-chg
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mercurial
  • 3 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Mercurial
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mercurial-chg from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mercurial-hgk 7.2.1-2.fc45

Hgk interface for mercurial

https://mercurial-scm.org/

sudo dnf install mercurial-hgk
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mercurial
  • 4 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Mercurial
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mercurial-hgk from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment