On Mon, 16 Apr 2012 13:33:45 -0400 Brett Cannon <[email protected]> wrote: > On Mon, Apr 16, 2012 at 13:08, "Martin v. Löwis" <[email protected]> wrote: > > > > So like execute hg diff on the dependent files and if nothing changed > > > then touch the auto-generated file w/ 'touch' to prevent future attempts > > > to execute the target? > > > > Exactly. There might be something better than hg diff, perhaps some form > > of hg status. > > > > Yeah, hg status is probably better. Now someone just needs to write the > shell script. =)
Wouldn't it be better if Python could compile regardless of the presence of a hg repository? Regards Antoine. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
