This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients eli.bendersky, ezio.melotti, loewis, pitrou
Date 2013-09-27.15:52:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380297136.27.0.295297158621.issue19106@psf.upfronthosting.co.za>
In-reply-to
Content
.hgtouch fixed in ac19ff225280 (I specified the issue number incorrectly so this one wasn't notified).

Curiously, `make touch` seems to think there's still things to do even after the first round of "touching":

$ touch Parser/asdl_c.py 
$ make touch
hg --config extensions.touch=Tools/hg/hgtouch.py touch -v
Touching Include/Python-ast.h
Touching Python/Python-ast.c
$ make touch
hg --config extensions.touch=Tools/hg/hgtouch.py touch -v
Touching Python/Python-ast.c
History
Date User Action Args
2013-09-27 15:52:16eli.benderskysetrecipients: + eli.bendersky, loewis, pitrou, ezio.melotti
2013-09-27 15:52:16eli.benderskysetmessageid: <1380297136.27.0.295297158621.issue19106@psf.upfronthosting.co.za>
2013-09-27 15:52:16eli.benderskylinkissue19106 messages
2013-09-27 15:52:16eli.benderskycreate