On 2012年4月15日 23:56:18 +0200 brett.cannon <python-checkins at python.org> wrote: > http://hg.python.org/cpython/rev/096653de404d > changeset: 76332:096653de404d > user: Brett Cannon <brett at python.org> > date: Sun Apr 15 17:47:19 2012 -0400 > summary: > Update importlib.h I wonder if we could somehow set importlib.h as binary so that Mercurial doesn't give us huge diffs each time the Python source is modified. Adding a NUL byte in the generated file would probably be sufficient. Regards Antoine.