summaryrefslogtreecommitdiffstats
path: root/.hgtouch
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-27 06:56:59 (GMT)
committerGeorg Brandl <georg@python.org>2014-01-27 06:56:59 (GMT)
commit03f873d2df9497d15ccef336feedc21491d870ca (patch)
tree30a1d0b8339bd326d31b9c2b24c59cc307ec4c3c /.hgtouch
parenta814533d643974c7123ce0af48dbe87a095d2792 (diff)
downloadcpython-03f873d2df9497d15ccef336feedc21491d870ca.zip
cpython-03f873d2df9497d15ccef336feedc21491d870ca.tar.gz
cpython-03f873d2df9497d15ccef336feedc21491d870ca.tar.bz2
.hgtouch: add a rule for Include/Python-ast.h
Diffstat (limited to '.hgtouch')
-rw-r--r--.hgtouch3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgtouch b/.hgtouch
index 0af8c19..a629de9 100644
--- a/.hgtouch
+++ b/.hgtouch
@@ -5,7 +5,8 @@
Python/importlib.h: Lib/importlib/_bootstrap.py Modules/_freeze_importlib.c
Include/ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py
-Python/Python-ast.c: Include/ast.h
+Include/Python-ast.h: Include/ast.h
+Python/Python-ast.c: Include/Python-ast.h
Python/opcode_targets.h: Python/makeopcodetargets.py Lib/opcode.py