Changeset 83546 in webkit


Ignore:
Timestamp:
Apr 11, 2011 6:13:17 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-11 George Guo <George.Guo@nokia.com>

Reviewed by Eric Seidel.

prepare-ChangeLog support email input but -h did not show the option
https://bugs.webkit.org/show_bug.cgi?id=58164

Add email option to -h to improve the usability

  • Scripts/prepare-ChangeLog:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r83545 r83546  
     12011-04-11  George Guo  <George.Guo@nokia.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        prepare-ChangeLog support email input but -h did not show the option
     6        https://bugs.webkit.org/show_bug.cgi?id=58164
     7
     8        Add email option to -h to improve the usability
     9
     10        * Scripts/prepare-ChangeLog:
     11
    1122011-04-11  Dimitri Glazkov  <dglazkov@chromium.org>
    213
  • trunk/Tools/Scripts/prepare-ChangeLog

    r80211 r83546  
    141141    print STDERR "  --[no-]update   Update ChangeLogs from svn before adding entry (default: update)\n";
    142142    print STDERR "  --[no-]write    Write ChangeLogs to disk (otherwise send new entries to stdout) (default: write)\n";
     143    print STDERR "  --email=        Specify the email address to be used in the patch\n";
    143144    exit 1;
    144145}
Note: See TracChangeset for help on using the changeset viewer.