tests: check-code more python files without py extension
files found by running
$ hg manifest | grep -v "\." | xargs file | grep python
--- a/tests/test-check-code-hg.t Fri Jun 14 15:28:40 2013 -0400
+++ b/tests/test-check-code-hg.t Thu Jun 13 01:44:02 2013 +0200
@@ -23,6 +23,10 @@
> contrib/hgweb.wsgi \
> contrib/simplemerge \
> contrib/undumprevlog \
+ > i18n/hggettext \
+ > i18n/posplit \
+ > tests/hghave \
+ > tests/dummyssh \
> "$TESTTMP"/
$ for f in "$TESTTMP"/*; do cp "$f" "$f.py"; done
$ "$check_code" --warnings --nolineno --per-file=0 "$TESTTMP"/*.py \