On Tue, Apr 11, 2017 at 7:42 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:
Since we do the squash & merge to get an atomic commit at the end, it
doesn't make sense to do any force pushes along the way.

I was going to argue with this, but then I realized you're right. We shouldn't need rebase any more, merge should be fine for all situations. (I can think of exceptions but they aren't worth mentioning.)

--
--Guido van Rossum (python.org/~guido)