Le samedi 02 octobre 2010 à 22:55 +0200, "Martin v. Löwis" a écrit : > > > 2) if I look at http://bugs.python.org/issue9962, only the second patch > > of all three has been enabled for review. Yet they were all created > > through "svn diff" against a recent py3k checkout. > > They had both the same problem: it could figure out the revision number > the patch applied to (e.g. 85039), but not the branch that this revision > is for. That's because the revision is 85039, and in r85039, only > /peps got modified. > > I see... so the revision number is mostly useless when trying to > identify the branch. > > You should be able to fix this by manually filling out the branch on > the file. I'll have to come up with a better way to determine the branch > which a patch was created on. Perhaps going back in history and taking > the first branch where the patch cleanly applies can do the trick.
I think a heuristic would be to try py3k HEAD first. That's what most patches are supposed to work against. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com