comparison .gitlab-ci.yml @ 6716:17404e6e4809 mercurial-6.0

test-compat: merge mercurial-6.1 into mercurial-6.0
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 29 Feb 2024 16:12:16 -0300
parents acdeec2dc732 07a9cd7cbfc6
children 3cd6d29c90c4 de34d08d9422
comparison
equal deleted inserted replaced
6683:755bb6998051 6716:17404e6e4809
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