diff -r e08c878b5571 -r f1312d0803a8 tests/hghave.py --- a/tests/hghave.py Sat Oct 26 23:33:19 2024 +0200 +++ b/tests/hghave.py Sat Oct 26 13:56:46 2024 -0400 @@ -617,7 +617,7 @@ return matchoutput("pylint --help", br"[Uu]sage:[ ]+pylint", True) -@check("clang-format", "clang-format C code formatter (11 <= … < 19)") +@check("clang-format", "clang-format C code formatter (11 <= ... < 19)") def has_clang_format(): m = matchoutput('clang-format --version', br'clang-format version (\d+)') # style changed somewhere between 10.x and 11.x and after 19.