Mercurial > public > mercurial-scm > hg-stable
annotate contrib/python3-whitelist @ 32912:ec9ed269edc3
py3: pass the path in hg.repository() as bytes
This make test-ancestor.py pass on Python 3.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sat, 17 Jun 2017 14:39:10 +0530 |
parents | 7a877e569ed6 |
children | cc9501fa5574 |
rev | line source |
---|---|
32912
ec9ed269edc3
py3: pass the path in hg.repository() as bytes
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32872
diff
changeset
|
1 test-ancestor.py |
32872
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
2 test-check-execute.t |
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
3 test-check-shbang.t |
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
4 test-contrib-check-code.t |
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
5 test-contrib-check-commit.t |
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
6 test-ctxmanager.py |
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
7 test-doctest.py |
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
8 test-lrucachedict.py |
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
9 test-run-tests.py |
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
10 test-unified-test.t |
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
11 test-xdg.t |