Message 190144 - Python tracker

Message190144

Author r.david.murray
Recipients Guilherme.Simões, JayKrish, Todd.Rovito, Tomoki.Imai, alex.rodas, ezio.melotti, francismb, ncoghlan, ned.deily, r.david.murray, roger.serwy, terry.reedy, tshepang
Date 2013-05-27.15:18:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369667881.1.0.305387126404.issue15392@psf.upfronthosting.co.za>
In-reply-to
Content
Heh.  Yeah, I use patch because I don't just work with mercurial/python, and I find the patch command simpler to use for applying patches in general, since I never want an autocommit.   (The exception would be if I'm applying a patch that involves extended diff stuff that patch doesn't recognize.)  It makes sense that the devguide talks about import, though, since the patches here always ought to be things generated by hg and thus handleable by import.  I'm not sure why this one would have failed for you.
History
Date User Action Args
2013-05-27 15:18:01r.david.murraysetrecipients: + r.david.murray, terry.reedy, ncoghlan, ned.deily, ezio.melotti, roger.serwy, Todd.Rovito, tshepang, francismb, Guilherme.Simões, JayKrish, Tomoki.Imai, alex.rodas
2013-05-27 15:18:01r.david.murraysetmessageid: <1369667881.1.0.305387126404.issue15392@psf.upfronthosting.co.za>
2013-05-27 15:18:01r.david.murraylinkissue15392 messages
2013-05-27 15:18:00r.david.murraycreate