summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/patchcheck.py
Commit message (Collapse)AuthorAgeFilesLines
* rewrite verbose conditionalsBenjamin Peterson2009-01-101-2/+2
|
* Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script doesBrett Cannon2008-03-181-0/+90
some verification: - Runs reindent.py on all .py files. - Checks if any changes in Doc exist. - Whether Misc/ACKS was changed. - Whether Misc/NEWS was changed. The hope is that ``make check`` can become a command anybody can run to get reminders about what all the requisite steps needed to create a proper patch/checkin.