comparison .gitlab-ci.yml @ 6722:ce077c3d798a mercurial-5.4

test-compat: merge mercurial-5.5 into mercurial-5.4
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 01 Mar 2024 15:12:34 -0300
parents 17404e6e4809
children 3cd6d29c90c4 de34d08d9422
comparison
equal deleted inserted replaced
6689:4018000cdb3e 6722:ce077c3d798a
1 .prepare_hg: &prepare_hg 1 .prepare_hg: &prepare_hg
2 - hg pull -R /ci/repos/mercurial/ 2 - hg pull -R /ci/repos/mercurial/
3 - hg pull -R /ci/repos/mercurial/ https://www.mercurial-scm.org/repo/hg-committed
3 - hg_branch=${HG_BRANCH:-$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)")} 4 - hg_branch=${HG_BRANCH:-$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)")}
4 - hg -R /ci/repos/mercurial/ update "$hg_branch" 5 - hg -R /ci/repos/mercurial/ update "$hg_branch"
5 - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}') 6 - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}')
6 - echo testing with mercurial branch="$hg_branch", revision="$hg_rev" 7 - echo testing with mercurial branch="$hg_branch", revision="$hg_rev"
7 8