Comments
Patch
@@ -178,5 +178,11 @@
> -X tests/test-hgweb-no-request-uri.t \
> -X tests/test-hgweb-non-interactive.t \
> | sed 's-\\-/-g' | python "$import_checker" -
+ contrib/hg-ssh:37: stdlib import "os" follows local import: mercurial
+ contrib/hg-ssh:38: stdlib import "shlex" follows local import: mercurial
+ contrib/hg-ssh:39: stdlib import "sys" follows local import: mercurial
+ contrib/hgperf:59: direct symbol import disptach from mercurial
+ contrib/simplemerge:8: stdlib import "sys" follows local import: mercurial
+ contrib/simplemerge:9: symbol import follows non-symbol import: mercurial.i18n
Import cycle: hgext.largefiles.basestore -> hgext.largefiles.localstore -> hgext.largefiles.basestore
[1]
ERROR: test-check-module-imports.t output changed
!
@@ -7,6 +7,12 @@
$ hg locate 'set:**.py or grep("^#!.*python")' 2>/dev/null \
> | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
+ contrib/hgperf:59: 'mercurial.disptach' imported but unused
+ contrib/hgperf:59: 'mercurial.util' imported but unused
+ contrib/hgperf:89: undefined name 'mercurial'
+ contrib/hgperf:99: undefined name 'mercurial'
+ contrib/hgperf:102: undefined name 'mercurial'
+ contrib/hgperf:104: undefined name 'mercurial'
tests/filterpyflakes.py:61: undefined name 'undefinedname'
_______________________________________________
Mercurial-devel mailing list