[Python-Dev] Merging 3.2 to 3.3 is messy because "Misc/NEWS"
Nick Coghlan
ncoghlan at gmail.com
Thu Nov 10 02:42:10 CET 2011
More information about the Python-Dev mailing list
Thu Nov 10 02:42:10 CET 2011
- Previous message: [Python-Dev] Merging 3.2 to 3.3 is messy because "Misc/NEWS"
- Next message: [Python-Dev] Merging 3.2 to 3.3 is messy because "Misc/NEWS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Nov 10, 2011 at 8:32 AM, Antoine Pitrou <solipsis at pitrou.net> wrote: > FYI, Twisted has chosen a totally different approach: > http://twistedmatrix.com/trac/wiki/ReviewProcess#Newsfiles > > “[...] If we just let each author add to the NEWS files on every > commit, though, we would run into lots of spurious conflicts. To avoid > this, we have come up with a scheme involving separate files for each > change. > > Changes must be accompanied by an entry in at least one topfiles > directory. [...] > An entry must be a file named <ticket number>.<change type>. You should > replace <ticket number> with the ticket number which is being resolved > by the change (if multiple tickets are resolved, multiple files with > the same contents should be added)” An approach like that would also have the virtue of avoiding conflicts if you set up a NEWS file change in a feature branch that ends up being in use for longer than you originally thought. Cheers, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] Merging 3.2 to 3.3 is messy because "Misc/NEWS"
- Next message: [Python-Dev] Merging 3.2 to 3.3 is messy because "Misc/NEWS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list