Message 167349 - Python tracker
Message167349
| 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:36 | serhiy.storchaka | set | recipients: + serhiy.storchaka |
| 2012-08-03 19:58:36 | serhiy.storchaka | set | messageid: <1344023916.67.0.798404116019.issue15550@psf.upfronthosting.co.za> |
| 2012-08-03 19:58:36 | serhiy.storchaka | link | issue15550 messages |
| 2012-08-03 19:58:35 | serhiy.storchaka | create | |