equal
deleted
inserted
replaced
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/hgmanpage.py not using absolute_import |
|
7 hgext/color.py not using absolute_import |
6 hgext/color.py not using absolute_import |
8 hgext/eol.py not using absolute_import |
7 hgext/eol.py not using absolute_import |
9 hgext/extdiff.py not using absolute_import |
8 hgext/extdiff.py not using absolute_import |
10 hgext/factotum.py not using absolute_import |
9 hgext/factotum.py not using absolute_import |
11 hgext/fetch.py not using absolute_import |
10 hgext/fetch.py not using absolute_import |