##// END OF EJS Templates
hghave: use strings instead of floats for version numbers passed to checkvers...
hghave: use strings instead of floats for version numbers passed to checkvers I think it’s a really bad idea to use floats for version numbers. One problem is that 3.10 is the same as 3.1.

File last commit:

r52200:87bfd170 default
r52266:7d313b25 default
Show More
entrypoint.sh
8 lines | 125 B | application/x-sh | BashLexer
#!/usr/bin/env bash
set -euo pipefail
cd /tmp/mercurial-ci/
make local
./contrib/setup-pytype.sh
./contrib/check-pytype.sh