Skip to content

Commit 20afba2

Browse files
author
Bastien Abadie
committed
Update system check for mercurial 5.3
1 parent c2c9edb commit 20afba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)