# HG changeset patch # User Anton Shestakov # Date 1645503499 -10800 # Node ID 5b3a757e4c32c495a4916b5da09f71e8b566599d # Parent 32faf1cd209f01ea35adf8b67e5502398c0bb212 ci: no need to pull hg-committed on compatibility branches diff -r 32faf1cd209f -r 5b3a757e4c32 .gitlab-ci.yml --- a/.gitlab-ci.yml Tue Feb 22 07:14:09 2022 +0300 +++ b/.gitlab-ci.yml Tue Feb 22 07:18:19 2022 +0300 @@ -1,6 +1,5 @@ .prepare_hg: &prepare_hg - hg pull -R /ci/repos/mercurial/ - - hg pull -R /ci/repos/mercurial/ https://www.mercurial-scm.org/repo/hg-committed - hg_branch=${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}')