Mercurial > evolve
comparison .gitlab-ci.yml @ 6726:e79d6dc5291f mercurial-5.0
test-compat: merge mercurial-5.1 into mercurial-5.0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 01 Mar 2024 17:13:10 -0300 |
parents | 8f56c72a73ff 3cd6d29c90c4 |
children | 9737dfad23ba |
comparison
equal
deleted
inserted
replaced
6693:49c2890007d2 | 6726:e79d6dc5291f |
---|---|
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 |