##// END OF EJS Templates
dispatch: don't attempt to import debugger as bytestring...
dispatch: don't attempt to import debugger as bytestring The __import__ thingie needs a string, not a bytestring. Guess I'm the only one who uses this once in a while and noticed it was broken.

File last commit:

r52200:87bfd170 default
r52271:82131be5 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