##// END OF EJS Templates
hghave: fix clang-format check to use bytes regex...
Augie Fackler -
r34893:e1458bce default
parent child Browse files
Show More
@@ -442,7 +442,7 b' def has_pylint():'
442 @check("clang-format", "clang-format C code formatter")
442 @check("clang-format", "clang-format C code formatter")
443 def has_clang_format():
443 def has_clang_format():
444 return matchoutput("clang-format --help",
444 return matchoutput("clang-format --help",
445 r"^OVERVIEW: A tool to format C/C\+\+[^ ]+ code.")
445 br"^OVERVIEW: A tool to format C/C\+\+[^ ]+ code.")
446
446
447 @check("pygments", "Pygments source highlighting library")
447 @check("pygments", "Pygments source highlighting library")
448 def has_pygments():
448 def has_pygments():
General Comments 0
You need to be logged in to leave comments. Login now