From d75fdc64be5cbbc11660ea4e6e9be4b84e407c79 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Thu, 11 Jan 2018 13:45:17 -0500 Subject: Add bisect_roll tool 1. Loads the list of commits which have not yet rolled. 2. Loads the recent roll attempts. 3. Suggests a commit to try. 4. Uploads a roll CL at the commit specified by the user. Bug: skia: Change-Id: I68a7f6dbbca638cc9f17bad4eed71e889fe43b6e Reviewed-on: https://skia-review.googlesource.com/93580 Commit-Queue: Eric Boren Reviewed-by: Ravi Mistry --- tools/bisect_roll.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/bisect_roll.bat (limited to 'tools/bisect_roll.bat') diff --git a/tools/bisect_roll.bat b/tools/bisect_roll.bat new file mode 100644 index 0000000000..a7ad00abd2 --- /dev/null +++ b/tools/bisect_roll.bat @@ -0,0 +1,6 @@ +@echo off +:: Copyright 2018 Google Inc. +:: +:: Use of this source code is governed by a BSD-style license that can be +:: found in the LICENSE file. +go run "%~dp0\bisect_roll.go" %* -- cgit v1.2.3