# HG changeset patch # User Anton Shestakov # Date 1645456690 -10800 # Node ID 30ca8eb17b21676c3fc9a94653eadd0f7b85d9b6 # Parent 213711ca76534939e51931fa57ef78f7a8534cb5 ci: pull hg-committed from m-s.o, because mirror has an issue with @ bookmark diff -r 213711ca7653 -r 30ca8eb17b21 .gitlab-ci.yml --- a/.gitlab-ci.yml Mon Feb 21 17:48:47 2022 +0300 +++ b/.gitlab-ci.yml Mon Feb 21 18:18:10 2022 +0300 @@ -1,6 +1,6 @@ .prepare_hg: &prepare_hg - hg pull -R /ci/repos/mercurial/ - - hg pull -R /ci/repos/mercurial/ https://mirror.octobus.net/hg-committed + - hg pull -R /ci/repos/mercurial/ https://www.mercurial-scm.org/repo/hg-committed - hg_branch=$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)") - hg -R /ci/repos/mercurial/ update "$hg_branch" - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}')