changeset 40609:ee9981bc8b44

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
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sat, 13 Oct 2018 05:09:18 +0300
parents 526ee887c4d5
children 13d4ad8d7801
files contrib/python3-whitelist tests/test-custom-filters.t
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/python3-whitelist	Thu Nov 08 16:07:16 2018 +0100
+++ b/contrib/python3-whitelist	Sat Oct 13 05:09:18 2018 +0300
@@ -116,6 +116,7 @@
 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
--- a/tests/test-custom-filters.t	Thu Nov 08 16:07:16 2018 +0100
+++ b/tests/test-custom-filters.t	Sat Oct 13 05:09:18 2018 +0300
@@ -27,6 +27,7 @@
   > .hgignore
   > prefix.py
   > prefix.pyc
+  > __pycache__/
   > EOF
 
   $ cat > stuff.txt <<EOF