[Python-checkins] cpython: Fix .hgtouch to list the dependencies for auto-generated AST code correctly.

eli.bendersky python-checkins at python.org
Fri Sep 27 17:48:27 CEST 2013


http://hg.python.org/cpython/rev/ac19ff225280
changeset:   85809:ac19ff225280
user:        Eli Bendersky <eliben at gmail.com>
date:        Fri Sep 27 08:48:19 2013 -0700
summary:
  Fix .hgtouch to list the dependencies for auto-generated AST code correctly.

Issue #19016

files:
  .hgtouch |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/.hgtouch b/.hgtouch
--- a/.hgtouch
+++ b/.hgtouch
@@ -4,8 +4,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: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py
+Python/Python-ast.c: Include/Python-ast.h
 
 Python/opcode_targets.h: Python/makeopcodetargets.py Lib/opcode.py
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list