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 loewis
Recipients Arfrever, brett.cannon, eric.araujo, eric.smith, georg.brandl, loewis, python-dev
Date 2012-04-25.18:39:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335379155.8.0.0913718531286.issue14642@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working on a "hg touch" extension which is able to bring the time stamps back in correct order after a checkout. One would either do "make touch" after an update, or register that extension as a post-update action in .hg/hgrc. It will be controlled by a versioned .hgtouch file, that uses make(1) dependency syntax.
History
Date User Action Args
2012-04-25 18:39:15loewissetrecipients: + loewis, brett.cannon, georg.brandl, eric.smith, eric.araujo, Arfrever, python-dev
2012-04-25 18:39:15loewissetmessageid: <1335379155.8.0.0913718531286.issue14642@psf.upfronthosting.co.za>
2012-04-25 18:39:15loewislinkissue14642 messages
2012-04-25 18:39:15loewiscreate