# HG changeset patch # User Pierre-Yves David # Date 1611756288 -3600 # Node ID a390c7fcd28605d6f7be5bcad910badd602bd9ca # Parent 959d581bb62560434452bb694e6b063d0fc29e9f heptapod-ci: indicate which version of clang-format is used for the run This will help understand possible mismatch Differential Revision: https://phab.mercurial-scm.org/D9889 diff -r 959d581bb625 -r a390c7fcd286 contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Wed Jan 27 14:58:24 2021 +0100 +++ b/contrib/heptapod-ci.yml Wed Jan 27 15:04:48 2021 +0100 @@ -21,6 +21,7 @@ - cd /tmp/mercurial-ci/ - ls -1 tests/test-check-*.* > /tmp/check-tests.txt - black --version + - clang-format --version script: - echo "python used, $PYTHON" - echo "$RUNTEST_ARGS"