Em Domingo 23 Abril 2006 14:25, Steve Bergman escreveu: > > I take it, then, that no one would be too upset if I submit this patch > to the trac?
You can submit it directly. :-) If there's some reason to not apply it people will tell you there. As for me, you have a +1 on this. It won't cause me any troubles. Just remember to make it against the trunk. A good option is to do something like this: % svn co http://www.turbogears.org/svn/turbogears/trunk trunk % cd trunk <do your changes on the file directly, but go back to the "trunk" directory in the end> % svn diff > patch.diff Note that it will give you the full path (something like: --- turbogears/identity/soprovider.py.orig 2006-04-22 16:49:22.000000000 -0500 +++ turbogears/identity/soprovider.py 2006-04-22 16:50:42.000000000 -0500 Instead of just the file directly, what makes it easier for developers to locate and trace changes. :-) -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

