Title: [140418] trunk/Tools
Revision
140418
Author
[email protected]
Date
2013-01-22 05:43:11 -0800 (Tue, 22 Jan 2013)

Log Message

Add myself to commiters.py
https://bugs.webkit.org/show_bug.cgi?id=107546

Patch by Eugene Klyuchnikov <[email protected]> on 2013-01-22
Reviewed by Kentaro Hara.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (140417 => 140418)


--- trunk/Tools/ChangeLog	2013-01-22 13:33:12 UTC (rev 140417)
+++ trunk/Tools/ChangeLog	2013-01-22 13:43:11 UTC (rev 140418)
@@ -1,3 +1,12 @@
+2013-01-22  Eugene Klyuchnikov  <[email protected]>
+
+        Add myself to commiters.py
+        https://bugs.webkit.org/show_bug.cgi?id=107546
+
+        Reviewed by Kentaro Hara.
+
+        * Scripts/webkitpy/common/config/committers.py:
+
 2013-01-22  Manuel Rego Casasnovas  <[email protected]>
 
         [GTK] Implement TestRunner::setTextDirection

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


--- trunk/Tools/Scripts/webkitpy/common/config/committers.py	2013-01-22 13:33:12 UTC (rev 140417)
+++ trunk/Tools/Scripts/webkitpy/common/config/committers.py	2013-01-22 13:43:11 UTC (rev 140418)
@@ -272,6 +272,7 @@
     Committer("Erik Arvidsson", "[email protected]", "arv"),
     Committer("Eric Roman", "[email protected]", "eroman"),
     Committer("Eric Uhrhane", "[email protected]", "ericu"),
+    Committer("Eugene Klyuchnikov", "[email protected]", "eustas"),
     Committer("Evan Martin", "[email protected]", "evmar"),
     Committer("Evan Stade", "[email protected]", "estade"),
     Committer("Fady Samuel", "[email protected]", "fsamuel"),
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to