Skip to content

Commit b8d870a

Browse files
authored
bot: Update Mercurial to 5.3 and version-control-tools to its latest revision (#430)
1 parent 98689ef commit b8d870a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bot/ci/bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -ex
22
GRCOV_VERSION="v0.5.9"
3-
MERCURIAL_VERSION="5.2"
4-
VERSION_CONTROL_TOOLS_REV="102106f53cb2"
3+
MERCURIAL_VERSION="5.3"
4+
VERSION_CONTROL_TOOLS_REV="2f7b4df4a928"
55

66
apt-get update
77
apt-get install --no-install-recommends -y gcc curl bzip2 python-dev

bot/tests/test__system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_mercurial():
1313

1414
# Check mercurial version
1515
output = run_check(["hg", "version", "-T", "{ver}"])
16-
assert output.decode("utf-8").startswith("5.2")
16+
assert output.decode("utf-8").startswith("5.3")
1717

1818
# Check needed extensions
1919
output = run_check(["hg", "version", "-T", "{extensions}"])

0 commit comments

Comments
 (0)