comparison tests/test-custom-filters.t @ 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 6e713711331b
children 55c6ebd11cb9
comparison
equal deleted inserted replaced
40608:526ee887c4d5 40609:ee9981bc8b44
25 25
26 $ cat > .hgignore <<EOF 26 $ cat > .hgignore <<EOF
27 > .hgignore 27 > .hgignore
28 > prefix.py 28 > prefix.py
29 > prefix.pyc 29 > prefix.pyc
30 > __pycache__/
30 > EOF 31 > EOF
31 32
32 $ cat > stuff.txt <<EOF 33 $ cat > stuff.txt <<EOF
33 > Copyright 2046, The Masters 34 > Copyright 2046, The Masters
34 > Some stuff to ponder very carefully. 35 > Some stuff to ponder very carefully.