Nick Coghlan <[email protected]> added the comment: On Sat, Feb 18, 2012 at 10:10 PM, Francisco Martín Brugué <[email protected]> wrote: > ./python ./Tools/scripts/patchcheck.py > Getting the list of files that have been added/changed ... 0 files > Fixing whitespace ... 0 files > Fixing C file whitespace ... 0 files > Fixing docs whitespace ... 0 files > Docs modified ... NO > Misc/ACKS updated ... NO > Misc/NEWS updated ... NO
I suspect mq will confuse make patchcheck (since it looks for differences between the working copy and the hg branch tip, and there are no such differences for an applied mq patch). Cheers, Nick. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13579> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
