Changeset 58282 in webkit


Ignore:
Timestamp:
Apr 26, 2010 8:36:06 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-04-26 Adam Barth <abarth@webkit.org>

Unreviewed, rolling out r58265.
http://trac.webkit.org/changeset/58265
https://bugs.webkit.org/show_bug.cgi?id=38021

This change prevents me from uploading patches. It also breaks sheriff-bot.

  • Scripts/webkitpy/tool/steps/options.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r58281 r58282  
     12010-04-26  Adam Barth  <abarth@webkit.org>
     2
     3        Unreviewed, rolling out r58265.
     4        http://trac.webkit.org/changeset/58265
     5        https://bugs.webkit.org/show_bug.cgi?id=38021
     6
     7        This change prevents me from uploading patches.  It also breaks sheriff-bot.
     8
     9        * Scripts/webkitpy/tool/steps/options.py:
     10
    1112010-04-26  Eric Seidel  <eric@webkit.org>
    212
  • trunk/WebKitTools/Scripts/webkitpy/tool/steps/options.py

    r58265 r58282  
    4141    description = make_option("-m", "--description", action="store", type="string", dest="description", help="Description string for the attachment (default: \"patch\")")
    4242    email = make_option("--email", action="store", type="string", dest="email", help="Email address to use in ChangeLogs.")
    43     fancy_review = make_option("--no-fancy-review", action="store_false", dest="fancy_review", default=True, help="Do not upload the patch to Rietveld code review tool.")
     43    fancy_review = make_option("--fancy-review", action="store_true", dest="fancy_review", default=False, help="(Experimental) Upload the patch to Rietveld code review tool.")
    4444    force_clean = make_option("--force-clean", action="store_true", dest="force_clean", default=False, help="Clean working directory before applying patches (removes local changes and commits)")
    4545# FIXME: Make commit ranges treat each commit separately instead of squashing them into one.
Note: See TracChangeset for help on using the changeset viewer.