# HG changeset patch # User Zeger Van de Vannet # Date 1740243239 -3600 # Node ID f27c3aa3233cda0a665c2531c03e6706194bc0ad # Parent 02f181c43b55ecf2fbeb8f17e089b277781596c2 feat: update mercurial to 6.9.2 diff -r 02f181c43b55 -r f27c3aa3233c .chezmoiscripts/run_onchange_after_17-install-mercurial.sh.tmpl --- a/.chezmoiscripts/run_onchange_after_17-install-mercurial.sh.tmpl Sat Feb 22 17:30:09 2025 +0100 +++ b/.chezmoiscripts/run_onchange_after_17-install-mercurial.sh.tmpl Sat Feb 22 17:53:59 2025 +0100 @@ -1,5 +1,5 @@ {{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) -}} -{{ $version := "6.7.4" -}} +{{ $version := "6.9.2" -}} #!/usr/bin/env bash set -xe @@ -12,8 +12,8 @@ mkdir -p $HOME/mercurial $HOME/bin/mise exec python@3.10 -- pip install docutils -$HOME/bin/mise exec python@3.10 rust@1.74.0 -- make PURE=--rust install-home -$HOME/bin/mise exec python@3.10 rust@1.74.0 -- pip install --upgrade hg-evolve~=11.1.3 hg-git~=1.1.2 mercurial_keyring~=1.4.4 +$HOME/bin/mise exec python@3.10 rust@1.81.0 -- make PURE=--rust install-home +$HOME/bin/mise exec python@3.10 rust@1.81.0 -- pip install --upgrade hg-evolve~=11.1.3 hg-git~=1.1.2 mercurial_keyring~=1.4.4 {{ end }}