summaryrefslogtreecommitdiffstats
path: root/tools/safely-roll-webkit.py
Commit message (Collapse)AuthorAgeFilesLines
* Add link to WebKit revision log for WebKit rolls.scheib@chromium.org2012-10-301-4/+10
| | | | | | | | | | | R=maruel@chromium.org NOTRY=true BUG=None Review URL: https://chromiumcodereview.appspot.com/11339053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164994 0039d316-1c4b-4281-b951-d872f2087c98
* More options for safely-roll-webkit.pygavinp@chromium.org2012-08-311-1/+12
| | | | | | | | | | | | Now passing through more useful options from git cl. You can now specify a reviewer, send mail, and add people CCed on the issue. R=maruel@chromium.org,pdr@chromium.org BUG=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10911038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154494 0039d316-1c4b-4281-b951-d872f2087c98
* Make safely-roll-webkit.py more configurable.gavinp@chromium.org2012-08-301-3/+15
| | | | | | | | | | | | | | While webkit gardening today, I ran into trouble with my old git workflow: the origin is origin/trunk, not the origin/master which was hard baked into this script. I've added a new option --upstream to set any origin you'd like for more complex scenarios, and left the default intact. As long as I was here, I added some help strings and an option to not auto commit-queue the CL. TEST=manual R=maruel@chromium.org,pdr@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10907010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154250 0039d316-1c4b-4281-b951-d872f2087c98
* Show old revision number in WebKit rolls.ojan@chromium.org2012-06-131-5/+7
| | | | | | | | | | BUG=131920 TEST= Review URL: https://chromiumcodereview.appspot.com/10532110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141798 0039d316-1c4b-4281-b951-d872f2087c98
* Making safely-roll-webkit.py work with "new git workflow"dimich@chromium.org2012-01-121-3/+3
| | | | | | Review URL: http://codereview.chromium.org/9148045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117350 0039d316-1c4b-4281-b951-d872f2087c98
* Add another newline before the TBRabarth@chromium.org2011-08-111-1/+1
| | | | | | | | | | | | | | | Previously, the TBR notation appears on the first line of the description, which prevented the commit-queue from recognizing it as a valid notation. This patch moves it to its own line, causing the patch to be accepted by the commit-queue. BUG= TEST= Review URL: http://codereview.chromium.org/7617013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96436 0039d316-1c4b-4281-b951-d872f2087c98
* /bin/true doesn't exist on Mac OS X. However, true seems to be in the path ↵abarth@chromium.org2011-08-101-1/+1
| | | | | | on Linux and Mac OS X, so let's use that. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96233 0039d316-1c4b-4281-b951-d872f2087c98
* Add safely-roll-webkit.py to streamline webkit rolls.maruel@chromium.org2011-07-251-0/+82
It still needs some work on the commit queue side to work correctly, at the moment it will deny the commit because there is no LGTM. Review URL: http://codereview.chromium.org/7089012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93945 0039d316-1c4b-4281-b951-d872f2087c98