Title: [103126] trunk/Tools
Revision
103126
Author
[email protected]
Date
2011-12-16 16:07:23 -0800 (Fri, 16 Dec 2011)

Log Message

Move webkit-bug-importer to Contributor. It won't
autocomplete as an Account.
See https://bugs.webkit.org/show_bug.cgi?id=74739
for some discussion.

Unreviewed.

* Scripts/webkitpy/common/config/committers.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (103125 => 103126)


--- trunk/Tools/ChangeLog	2011-12-17 00:01:22 UTC (rev 103125)
+++ trunk/Tools/ChangeLog	2011-12-17 00:07:23 UTC (rev 103126)
@@ -1,5 +1,16 @@
 2011-12-16  Dean Jackson  <[email protected]>
 
+        Move webkit-bug-importer to Contributor. It won't
+        autocomplete as an Account.
+        See https://bugs.webkit.org/show_bug.cgi?id=74739
+        for some discussion.
+
+        Unreviewed.
+
+        * Scripts/webkitpy/common/config/committers.py:
+
+2011-12-16  Dean Jackson  <[email protected]>
+
         Add [email protected] to accounts
         so that it autocompletes in bugzilla.
 

Modified: trunk/Tools/Scripts/webkitpy/common/config/committers.py (103125 => 103126)


--- trunk/Tools/Scripts/webkitpy/common/config/committers.py	2011-12-17 00:01:22 UTC (rev 103125)
+++ trunk/Tools/Scripts/webkitpy/common/config/committers.py	2011-12-17 00:07:23 UTC (rev 103126)
@@ -96,11 +96,10 @@
     Account("Chromium Compositor Bugs", ["[email protected]"], ""),
     Account("David Levin", ["[email protected]"], ""),
     Account("David Levin", ["[email protected]"], ""),
-    Account("Radar WebKit Bug Importer", ["[email protected]"], "radar"),
 ]
 
 
-# This is a list of people who are neither committers nor reviewers, but get
+# This is a list of people (or bots) who are neither committers nor reviewers, but get
 # frequently CC'ed by others on Bugzilla bugs, so their names should be
 # supported by autocomplete. No review needed to add to the list.
 
@@ -138,6 +137,7 @@
     Contributor("Oliver Varga", ["[email protected]", "[email protected]"], "TwistO"),
     Contributor("Peter Gal", "[email protected]", "elecro"),
     Contributor("Peter Linss", "[email protected]", "plinss"),
+    Contributor("Radar WebKit Bug Importer", ["[email protected]"], "radar"),
     Contributor("Shawn Singh", "[email protected]", "shawnsingh"),
     Contributor("Tab Atkins", ["[email protected]", "[email protected]"], "tabatkins"),
     Contributor("Tamas Czene", ["[email protected]", "[email protected]"], "tczene"),
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to