On Tue, May 6, 2008 at 9:02 AM, Kirill Smelkov <[EMAIL PROTECTED]> wrote: > 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 :)
BTW, I need to try this as well and write it to our tutorial at docs.sympy.org. So far I also use the "manual" method and so it sucks, exactly as Stefan said. :) Ondrej _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
