D5039: py3: add __pycache__ to .hgignore

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Tue Nov 13 13:15:49 UTC 2018


pulkit updated this revision to Diff 12514.
pulkit retitled this revision from "py3: add more py3 specific output to test" to "py3: add __pycache__ to .hgignore".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5039?vs=11973&id=12514

REVISION DETAIL
  https://phab.mercurial-scm.org/D5039

AFFECTED FILES
  contrib/python3-whitelist
  tests/test-custom-filters.t

CHANGE DETAILS

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 <<EOF
diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist
--- a/contrib/python3-whitelist
+++ b/contrib/python3-whitelist
@@ -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



To: pulkit, #hg-reviewers, durin42
Cc: durin42, yuja, mjpieters, mercurial-devel


More information about the Mercurial-devel mailing list