Mercurial > dotfiles
changeset 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 | 02f181c43b55 |
children | 6a132d60cb29 |
files | .chezmoiscripts/run_onchange_after_17-install-mercurial.sh.tmpl |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
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 }}