Changeset 52771 in webkit


Ignore:
Timestamp:
Jan 4, 2010 5:04:47 PM (14 years ago)
Author:
eric@webkit.org
Message:

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

Reviewed by Eric Seidel.

long_help for submit-patch
https://bugs.webkit.org/show_bug.cgi?id=33184

  • Scripts/webkitpy/commands/upload.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r52764 r52771  
     12010-01-04  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        long_help for submit-patch
     6        https://bugs.webkit.org/show_bug.cgi?id=33184
     7
     8        * Scripts/webkitpy/commands/upload.py:
     9
    1102010-01-04  Adam Barth  <abarth@webkit.org>
    211
  • trunk/WebKitTools/Scripts/webkitpy/commands/upload.py

    r52724 r52771  
    157157        steps.PostDiff,
    158158    ]
     159    long_help = """submit-patch uploads the current diff to bugs.webkit.org.
     160    If no bug id is provided, submit-patch will create a bug.
     161    If the current diff does not have a ChangeLog, submit-patch
     162    will prepare a ChangeLog.  Once a patch is read, submit-patch
     163    will open the ChangeLogs for editing using the command in the
     164    EDITOR environment variable and will display the diff using the
     165    command in the PAGER environment variable."""
    159166
    160167    def _prepare_state(self, options, args, tool):
Note: See TracChangeset for help on using the changeset viewer.