Changes between Version 3 and Version 4 of CommitterTips


Ignore:
Timestamp:
Jan 13, 2010 3:49:46 PM (14 years ago)
Author:
eric@webkit.org
Comment:

Update bugzilla-tool to webkit-patch

Legend:

Unmodified
Added
Removed
Modified
  • CommitterTips

    v3 v4  
    1818 * [http://lists.webkit.org/mailman/listinfo.cgi/webkit-committers webkit-committers@lists.webkit.org]
    1919 * [http://lists.webkit.org/mailman/listinfo.cgi/webkit-committers webkit-reviewers@lists.webkit.org] (reviewers only)
    20  * [http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/modules/committers.py WebKitTools/Scripts/modules/committers.py] (the list our scripts use to know you're a committer/reviewer)
     20 * [http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/committers.py WebKitTools/Scripts/webkitpy/committers.py] (the list our scripts use to know you're a committer/reviewer)
    2121 * Your [https://bugs.webkit.org/userprefs.cgi?tab=permissions bugzilla account] needs `editbugs` set if it does not have it already (so you can change the components of bugs, etc.)  Ask on webkit-committers if your account is missing this flag.
    2222
    2323== Tools you should know to use ==
    24  * [http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/bugzilla-tool bugzilla-tool] see `--help` for more information.  Most useful are the and `land-diff`, `land-patches` subcommands.
    25  * `svn-apply` is how we apply patches from bugzilla.  (`bugzilla-tool apply-patches` and `bugzilla-tool land-patches` uses svn-apply under the covers.)
     24 * [http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkit-patch webkit-patch] see `--help` for more information.  Most useful are the and `land` and `upload` subcommands.
     25 * `svn-apply` is how we apply patches from bugzilla.  (`webkit-patch apply` and `webkit-patch apply-from-bug` use svn-apply under the covers.)
    2626 * `svn-apply` has various helpful flags including `--reviewer`.
    2727