changeset 6777:8275a04db4ae

branching: merge with stable
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 26 May 2024 13:49:02 +0400
parents 6adcc5c7c1f1 (current diff) 76c2f08b57ee (diff)
children 8e6aa420ace5
files .gitlab-ci.yml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Sun Apr 14 00:41:49 2024 -0300
+++ b/.gitlab-ci.yml	Sun May 26 13:49:02 2024 +0400
@@ -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 pull -R /ci/repos/mercurial/ https://repo.mercurial-scm.org/hg
     - 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}')