clang-format: show required version in skip message
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 27 Jan 2021 15:06:02 +0100
changeset 46405 9fd4f7af42ea
parent 46404 a390c7fcd286
child 46406 95054317e172
clang-format: show required version in skip message This will help people to configure their black Differential Revision: https://phab.mercurial-scm.org/D9890
tests/hghave.py
--- a/tests/hghave.py	Wed Jan 27 15:04:48 2021 +0100
+++ b/tests/hghave.py	Wed Jan 27 15:06:02 2021 +0100
@@ -591,7 +591,7 @@
     return matchoutput("pylint --help", br"Usage:[ ]+pylint", True)
 
 
-@check("clang-format", "clang-format C code formatter")
+@check("clang-format", "clang-format C code formatter (>= 11)")
 def has_clang_format():
     m = matchoutput('clang-format --version', br'clang-format version (\d+)')
     # style changed somewhere between 10.x and 11.x