Hi, В сообщении от Понедельник 05 мая 2008 Stefan Behnel написал(a): > Hi, > > Kirill Smelkov wrote: > > I (minorly) wonder why you changed patch description in 'chmod a+x bin/*' > > patch > > Because it's more work for me to save an email to a file and import it as > patch, than to apply the trivial change myself and commit it. :)
Stefan, most mail clients could be simply setup to do patch imports with one keypress. For example in mutt, I use something like this: macro pager A "<pipe-entry>(umask 022; hg -R ~/src/sympy/sympy import -)" And, for git there is a git-am to apply series of patches from mailbox. So I think we should review our patch applying practices :) Kirill. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
