comparison tests/test-check-py3-compat.t @ 28966:ea1fab5293ca

py3: make gendoc use absolute_import Fixed direct imports even the tests were not complaining.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sun, 17 Apr 2016 00:20:44 +0530
parents 98153441c8cc
children cd5e7195e441
comparison
equal deleted inserted replaced
28965:98153441c8cc 28966:ea1fab5293ca
1 #require test-repo 1 #require test-repo
2 2
3 $ cd "$TESTDIR"/.. 3 $ cd "$TESTDIR"/..
4 4
5 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py 5 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py
6 doc/gendoc.py not using absolute_import
7 doc/hgmanpage.py not using absolute_import 6 doc/hgmanpage.py not using absolute_import
8 hgext/color.py not using absolute_import 7 hgext/color.py not using absolute_import
9 hgext/eol.py not using absolute_import 8 hgext/eol.py not using absolute_import
10 hgext/extdiff.py not using absolute_import 9 hgext/extdiff.py not using absolute_import
11 hgext/factotum.py not using absolute_import 10 hgext/factotum.py not using absolute_import