Martin v. Löwis <mar...@v.loewis.de> added the comment: > This can be done in several ways: > * a single patch that updates everything (1.4.10 -> 1.4.19); > * a patch for each version (1.4.x -> 1.4.(x+1) for x in range(10,19)); > * a patch for each change introduced since 1.4.10;
In the past, I took yet another approach: create a patch that contains all our changes wrt. roundup, then import the current sources (of a distinct, well-known release) into the tree replacing everything there is, then apply the patches, checking whether they may be redundant by now. There is absolutely no need to mirror the roundup history in our copy, except that we need to be able to tell what our local changes are. _______________________________________________________ PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za> <http://psf.upfronthosting.co.za/roundup/meta/issue411> _______________________________________________________ _______________________________________________ Tracker-discuss mailing list Tracker-discuss@python.org http://mail.python.org/mailman/listinfo/tracker-discuss