[issue29656] Change "make patchcheck" to be branch aware

2017-03-24 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 482f7a274fa52b7ba34ff308cd9acdcac9f41ba5 by Nick Coghlan in branch 'master': bpo-29656: Handle PR branches in 'make patchcheck' (#302) https://github.com/python/cpython/commit/482f7a274fa52b7ba34ff308cd9acdcac9f41ba5 --

[issue29656] Change "make patchcheck" to be branch aware

2017-03-24 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 2f386254e2cf054cc7ee5103b54c1cf16d9fa979 by Nick Coghlan in branch '3.6': bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#626) https://github.com/python/cpython/commit/2f386254e2cf054cc7ee5103b54c1cf16d9fa979 --

[issue29656] Change "make patchcheck" to be branch aware

2017-03-24 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset be31a837304f81842b13dbabdaaa14bb9bbe64af by Nick Coghlan in branch '3.5': bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#627) https://github.com/python/cpython/commit/be31a837304f81842b13dbabdaaa14bb9bbe64af --

[issue29656] Change "make patchcheck" to be branch aware

2017-03-24 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset c8869af89e9b62fbfd066c01da1f502b0fd2ed3f by Nick Coghlan in branch '2.7': [2.7] bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#628) https://github.com/python/cpython/commit/c8869af89e9b62fbfd066c01da1f502b0fd2ed3f --

[issue29656] Change "make patchcheck" to be branch aware

2017-03-12 Thread Nick Coghlan
Changes by Nick Coghlan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue29656] Change "make patchcheck" to be branch aware

2017-03-11 Thread Nick Coghlan
Changes by Nick Coghlan : -- pull_requests: +516 ___ Python tracker ___ ___

[issue29656] Change "make patchcheck" to be branch aware

2017-03-11 Thread Nick Coghlan
Nick Coghlan added the comment: http://bugs.python.org/issue29798 is a follow-up issue to make the patchcheck script compatible with `git worktree`. -- ___ Python tracker

[issue29656] Change "make patchcheck" to be branch aware

2017-03-11 Thread Nick Coghlan
Changes by Nick Coghlan : -- versions: +Python 3.5 ___ Python tracker ___ ___

[issue29656] Change "make patchcheck" to be branch aware

2017-03-11 Thread Nick Coghlan
Changes by Nick Coghlan : -- pull_requests: +515 ___ Python tracker ___ ___

[issue29656] Change "make patchcheck" to be branch aware

2017-03-11 Thread Nick Coghlan
Changes by Nick Coghlan : -- pull_requests: +514 ___ Python tracker ___ ___

[issue29656] Change "make patchcheck" to be branch aware

2017-03-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> patch review versions: +Python 2.7, Python 3.6, Python 3.7 ___ Python tracker ___

[issue29656] Change "make patchcheck" to be branch aware

2017-02-25 Thread Nick Coghlan
Changes by Nick Coghlan : -- pull_requests: +268 ___ Python tracker ___ ___

[issue29656] Change "make patchcheck" to be branch aware

2017-02-25 Thread Nick Coghlan
Changes by Nick Coghlan : -- title: Change "make patchcheck" to be branch aware? -> Change "make patchcheck" to be branch aware ___ Python tracker

[issue29656] Change "make patchcheck" to be branch aware?

2017-02-25 Thread Nick Coghlan
New submission from Nick Coghlan: With the switch to a PR based workflow, I'm finding the current incarnation of "make patchcheck" less helpful than it used to be, as it only checks uncommitted changes, rather than all changes relative to the base branch. Looking at