[Python-3000-checkins] r65620 - python/branches/py3k

Nick Coghlan ncoghlan at gmail.com
Sun Aug 10 04:21:15 CEST 2008


Benjamin Peterson wrote:
> Brett,
> You know that you can block multiply revisions at the same time,
> right? It seems you are now blocking each revision separately.

Sometimes its useful to do one task completely (fix in 2.6, commit, 
block in 3.0, commit) to make sure you don't miss anything, rather than 
save all the block commands up to the end.

This also keeps the source tree is as consistent a state as possible, so 
it doesn't matter if Brett gets interrupted while working on his next 
fix and someone does an svnmerge before he gets back to it.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-3000-checkins mailing list