That would tell me which files are still using oldforms, what I want to know is which files have oldforms, but no patch created for them(which are unapplied to the svn). Some trac query perhaps?
On Jan 5, 5:21 pm, Marc Fargas <[EMAIL PROTECTED]> wrote: > grep -n -R "from django import forms" <folder> > grep -n -R "import django.forms" > > Hope it help ;) > > El sáb, 05-01-2008 a las 00:41 -0800, shabda.raaj escribió: > > > I submitted ticket and patch forhttp://code.djangoproject.com/ticket/6318, > > but that is a duplicate ofhttp://code.djangoproject.com/ticket/6083. > > I would like to work on moving files from oldforms to newforms, How > > can I find out which files in newforms-admin branch have no patch > > against them, so that I do not work on the duplicate of any ticket? > > > > > > signature.asc > 1KDownload --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
