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 Claudiu.Popa
Recipients Claudiu.Popa, mvignali, serhiy.storchaka, vajrasky
Date 2014-01-26.19:30:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390764602.39.0.574629067958.issue19990@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I understand now. Maybe it is related to the fact that I used `hg diff --git`? Doing the following works for me, both Windows and FreeBsd and all the files are present afterwards:

1. hg diff --git > patch
2. hg import --no-commit patch

Although I'm not sure why it doesn't work in your case.
History
Date User Action Args
2014-01-26 19:30:02Claudiu.Popasetrecipients: + Claudiu.Popa, serhiy.storchaka, vajrasky, mvignali
2014-01-26 19:30:02Claudiu.Popasetmessageid: <1390764602.39.0.574629067958.issue19990@psf.upfronthosting.co.za>
2014-01-26 19:30:02Claudiu.Popalinkissue19990 messages
2014-01-26 19:30:02Claudiu.Popacreate