Mercurial > hg
comparison tests/test-check-py3-compat.t @ 28522:f2fe7b199bb4
showstack: use absolute_import
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sun, 13 Mar 2016 01:59:18 +0530 |
parents | c3ed14344cd9 |
children | 330584235c22 |
comparison
equal
deleted
inserted
replaced
28521:c3ed14344cd9 | 28522:f2fe7b199bb4 |
---|---|
7 contrib/import-checker.py requires print_function | 7 contrib/import-checker.py requires print_function |
8 contrib/perf.py not using absolute_import | 8 contrib/perf.py not using absolute_import |
9 contrib/python-hook-examples.py not using absolute_import | 9 contrib/python-hook-examples.py not using absolute_import |
10 contrib/revsetbenchmarks.py not using absolute_import | 10 contrib/revsetbenchmarks.py not using absolute_import |
11 contrib/revsetbenchmarks.py requires print_function | 11 contrib/revsetbenchmarks.py requires print_function |
12 contrib/showstack.py not using absolute_import | |
13 contrib/synthrepo.py not using absolute_import | 12 contrib/synthrepo.py not using absolute_import |
14 doc/check-seclevel.py not using absolute_import | 13 doc/check-seclevel.py not using absolute_import |
15 doc/gendoc.py not using absolute_import | 14 doc/gendoc.py not using absolute_import |
16 doc/hgmanpage.py not using absolute_import | 15 doc/hgmanpage.py not using absolute_import |
17 hgext/color.py not using absolute_import | 16 hgext/color.py not using absolute_import |