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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2012-08-03.19:58:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344023916.67.0.798404116019.issue15550@psf.upfronthosting.co.za>
In-reply-to
Content
Because CPython repository contains binary files too, they should be reverted:

    hg diff | sed -nre 's/^Binary file (.*) has changed/\1/p' | tr '\n' '\0' | xargs -0 hg revert
History
Date User Action Args
2012-08-03 19:58:36serhiy.storchakasetrecipients: + serhiy.storchaka
2012-08-03 19:58:36serhiy.storchakasetmessageid: <1344023916.67.0.798404116019.issue15550@psf.upfronthosting.co.za>
2012-08-03 19:58:36serhiy.storchakalinkissue15550 messages
2012-08-03 19:58:35serhiy.storchakacreate