summaryrefslogtreecommitdiff
path: root/script/bisect-test.py
Commit message (Expand)AuthorAgeFilesLines
* script/bisect-test.py: add support git worktreeStefan Metzmacher2021-08-121-1/+1
* script/bisect-test: fix for py3Douglas Bagnall2019-07-021-1/+1
* PY3: change shebang to python3 in script dirJoe Guo2018-12-141-1/+1
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-241-1/+3
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+2
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+2
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-1/+1
* scripts/ python: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-1/+1
* script: the --tests option has been replaced by --test-commandAndrew Tridgell2010-10-151-1/+0
* script: improvements to bisect-test.pyAndrew Tridgell2010-10-071-12/+17
* bisect: more bisection optionsAndrew Tridgell2010-10-021-6/+12
* script: added bisect-test.py git bisect scriptAndrew Tridgell2010-10-011-0/+85