Mercurial > hg
comparison .hgsigs @ 29138:a29f071751df
tests: mark test-check-pyflakes.t as requiring hg1.0+
hg does not yet run with py3, so if you try:
./run-tests.py --local test-check-pyflakes.t
... it will try to run the local hg, which does not work
and thus, hg locate will return no output to stdout (and
stderr is sent to /dev/null).
If you do:
./run-tests.py --with-hg=~/bin/hg test-check-pyflakes.t
Then it should work, if your hg is new enough to have
a locate command (hg0.6 does not have locate).
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 05 May 2016 09:26:09 +0000 |
parents | 61463b8fcef8 |
children | 854556c5f3bf |
comparison
equal
deleted
inserted
replaced
29137:d115cbf5980b | 29138:a29f071751df |
---|