comparison .gitlab-ci.yml @ 6718:92bde649e5aa mercurial-5.8

test-compat: merge mercurial-5.9 into mercurial-5.8
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 01 Mar 2024 12:43:19 -0300
parents 17404e6e4809
children 3cd6d29c90c4 de34d08d9422
comparison
equal deleted inserted replaced
6685:780ead5f65e5 6718:92bde649e5aa
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