summaryrefslogtreecommitdiff
path: root/script/bisect-test.py
AgeCommit message (Expand)AuthorFilesLines
2021-08-12script/bisect-test.py: add support git worktreeStefan Metzmacher1-1/+1
2019-07-02script/bisect-test: fix for py3Douglas Bagnall1-1/+1
2018-12-14PY3: change shebang to python3 in script dirJoe Guo1-1/+1
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+3
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+2
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-02-15scripts/ python: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2010-10-15script: the --tests option has been replaced by --test-commandAndrew Tridgell1-1/+0
2010-10-07script: improvements to bisect-test.pyAndrew Tridgell1-12/+17
2010-10-02bisect: more bisection optionsAndrew Tridgell1-6/+12
2010-10-01script: added bisect-test.py git bisect scriptAndrew Tridgell1-0/+85