Commit 2569f3d2 authored by abarth@webkit.org's avatar abarth@webkit.org

webkit-patch pretty-diff should be shown in main help

https://bugs.webkit.org/show_bug.cgi?id=66404

Reviewed by Dimitri Glazkov.

As requested by dglazkov.

* Scripts/webkitpy/tool/commands/prettydiff.py:


git-svn-id: svn://svn.chromium.org/blink/trunk@93286 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0ecdb0b2
2011-08-18 Adam Barth <abarth@webkit.org>
webkit-patch pretty-diff should be shown in main help
https://bugs.webkit.org/show_bug.cgi?id=66404
Reviewed by Dimitri Glazkov.
As requested by dglazkov.
* Scripts/webkitpy/tool/commands/prettydiff.py:
2011-08-17 Dmitry Lomov <dslomov@google.com>
https://bugs.webkit.org/show_bug.cgi?id=66400
......@@ -33,6 +33,7 @@ from webkitpy.tool import steps
class PrettyDiff(AbstractSequencedCommand):
name = "pretty-diff"
help_text = "Shows the pretty diff in the default browser"
show_in_main_help = True
steps = [
steps.ConfirmDiff,
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment