Mercurial > dotfiles
diff .chezmoiscripts/run_onchange_after_17-install-mercurial.sh.tmpl @ 1082:f27c3aa3233c draft
feat: update mercurial to 6.9.2
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Sat, 22 Feb 2025 17:53:59 +0100 |
parents | 38b8060cdf24 |
children |
line wrap: on
line diff
--- 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 [email protected] -- pip install docutils -$HOME/bin/mise exec [email protected] [email protected] -- make PURE=--rust install-home -$HOME/bin/mise exec [email protected] [email protected] -- pip install --upgrade hg-evolve~=11.1.3 hg-git~=1.1.2 mercurial_keyring~=1.4.4 +$HOME/bin/mise exec [email protected] [email protected] -- make PURE=--rust install-home +$HOME/bin/mise exec [email protected] [email protected] -- pip install --upgrade hg-evolve~=11.1.3 hg-git~=1.1.2 mercurial_keyring~=1.4.4 {{ end }}