summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect/source_control.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple minor typos in auto_bisect.qyearsley2015-02-171-1/+1
* Sync android-chrome revision along with chromium on android-chrome platform.prasadv2015-01-091-1/+17
* Make changes to support bisect for android-chrome.prasadv2014-12-121-26/+12
* Enable bisecting skia repo.prasadv2014-11-131-3/+4
* Fix bisect to process angle repoprasadv2014-11-121-0/+5
* Refactoring auto-bisect botsergiyb2014-10-311-38/+0
* Fix mistake in crrev.com/650223005.qyearsley2014-10-201-1/+1
* Refactor source_control.py and add a test.qyearsley2014-10-161-234/+203
* Move bisect-perf-regression.py into auto_bisect directory.qyearsley2014-09-261-1/+1
* Make correction to grep pattern to grab git hash for given commit position.prasadv2014-09-111-1/+1
* Replace "git svn" with "git footers" commands to get commit position or svn r...prasadv2014-09-101-27/+11
* Use author name and email-id instead of committer information.prasadv2014-09-031-1/+1
* In the presubmit for auto-bisect, run pylint and unit tests.qyearsley2014-09-011-0/+3
* Fix git log command to while processing Commit position in SVNFindRev methodprasadv2014-08-281-1/+1
* Fix minor error in string formating while processing DEPS.prasadv2014-08-261-5/+23
* Fix issues caused due to GitMigration.prasadv2014-08-261-1/+1
* Teach bisect script to resolve Cr-Commit-Positions.tonyg2014-08-251-2/+3
* Quick spelling clean-up in the auto-bisect code.qyearsley2014-08-231-6/+7
* Extract SourceControl to module; extract common methods to bisect_utils.qyearsley@chromium.org2014-07-251-0/+287