Skip to content

Commit 0c8d85b

Browse files
committed
bot: Update to Mercurial 6.3.1
1 parent dbc92da commit 0c8d85b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bot/ci/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -ex
22
GRCOV_VERSION="v0.7.1"
3-
MERCURIAL_VERSION="5.6.1"
3+
MERCURIAL_VERSION="6.3.1"
44
VERSION_CONTROL_TOOLS_REV="388ea44236d7"
55

66
apt-get update

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.6.1")
16+
assert output.decode("utf-8").startswith("6.3.1")
1717

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

0 commit comments

Comments
 (0)