# HG changeset patch # User Pulkit Goyal # Date 2018-10-13 02:09:18 # Node ID ee9981bc8b44cbee1c280813faa4aa03544231d4 # Parent 526ee887c4d512e4d2812edaef30908eba3fafc4 py3: add __pycache__ to .hgignore Something changed with Python 3 just like million on things. Maybe they should named Python 3 as anaconda or cobra instead of just increasing the version number. This makes test-custom-filters.t pass on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5039 diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -116,6 +116,7 @@ test-convert-tagsbranch-topology.t test-copy-move-merge.t test-copy.t test-copytrace-heuristics.t +test-custom-filters.t test-debugbuilddag.t test-debugbundle.t test-debugcommands.t diff --git a/tests/test-custom-filters.t b/tests/test-custom-filters.t --- a/tests/test-custom-filters.t +++ b/tests/test-custom-filters.t @@ -27,6 +27,7 @@ > .hgignore > prefix.py > prefix.pyc + > __pycache__/ > EOF $ cat > stuff.txt <