##// END OF EJS Templates
delta-search: fix crash caused by unbound variable...
delta-search: fix crash caused by unbound variable This code path was apparently not tested. This fixes a crash when cloning the Tryton repo.

File last commit:

r52200:87bfd170 default
r52402:e7bbeaa4 stable
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