summaryrefslogtreecommitdiff
path: root/tools/diff.py
AgeCommit message (Collapse)Author
2022-05-23tools/*.py: update to python3James Zern
only lint-hunks.py is tested as part of the presubmit; the rest may need further changes as they're used. Bug: b/229626362 Change-Id: I2fd6e96deab8d892d34527e484ea65e3df86d162
2014-02-04Ignore missing newline messageJohann
git diff adds the following line to diffs: \ No newline at end of file which interferes with diff.py parsing. diff.py only looks for '+', '-' and ' ' at the beginning of the line. Issue seen on https://gerrit.chromium.org/gerrit/68611 Change-Id: I0d7b4485c470e0b409f2c9cddde6c9aceba0152e
2012-08-09intersect_diffs: split out diff classesJohn Koleszar
Seperate parsing functions so they can be reused for other diff utilities Change-Id: I1ea6ebf90ded128eec116cc1f326a28bdda2fb77