Skip to content

Commit c7c2672

Browse files
authored
bot: Update Mercurial to 5.2 and version-control-tools to its latest revision (#363)
1 parent b026cb2 commit c7c2672

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.8"
3-
MERCURIAL_VERSION="5.1"
4-
VERSION_CONTROL_TOOLS_REV="709c897f2444"
3+
MERCURIAL_VERSION="5.2"
4+
VERSION_CONTROL_TOOLS_REV="102106f53cb2"
55

66
apt-get update
77
apt-get install --no-install-recommends -y gcc curl bzip2 python2-minimal python-bz2file 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.1")
16+
assert output.decode("utf-8").startswith("5.2")
1717

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

0 commit comments

Comments
 (0)