You have a few options,
* Programatically: You'd need every patch pending to apply on TRAC,
apply them and then do the grep thing to see who's left.
* Do the grep thing and then search on trac if there are tickets for
those things.Tickets are not open in "django/xxx/xyz.py uses oldforms" so there's no magic query you can use :) El sáb, 05-01-2008 a las 05:01 -0800, shabda.raaj escribió: > 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 > -~----------~----~----~----~------~----~------~--~--- >
signature.asc
Description: Esta parte del mensaje está firmada digitalmente
