# HG changeset patch # User Anton Shestakov # Date 1645450314 -10800 # Node ID 97c248f9bb58a523c6c40d5f1354266bd7999a8f # Parent ce7da767c7f66b90d4f2e2dfa5d9b1fd98fda67f ci: let's try pulling hg-committed, just for 6.1rc0 diff -r ce7da767c7f6 -r 97c248f9bb58 .gitlab-ci.yml --- a/.gitlab-ci.yml Fri Feb 11 18:10:51 2022 +0300 +++ b/.gitlab-ci.yml Mon Feb 21 16:31:54 2022 +0300 @@ -1,5 +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_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}')