Modified: trunk/Tools/ChangeLog (88135 => 88136)
--- trunk/Tools/ChangeLog 2011-06-05 20:12:33 UTC (rev 88135)
+++ trunk/Tools/ChangeLog 2011-06-05 20:13:07 UTC (rev 88136)
@@ -1,3 +1,10 @@
+2011-06-05 Alexey Proskuryakov <[email protected]>
+
+ Add an e-mail address for Cameron McCormack that matches Bugzilla (so that auto-completion
+ works properly).
+
+ * Scripts/webkitpy/common/config/committers.py:
+
2011-06-04 Kevin Ollivier <[email protected]>
[wx] Unreviewed build fix. Update git branch build dir handling to match what other
Modified: trunk/Tools/Scripts/webkitpy/common/config/committers.py (88135 => 88136)
--- trunk/Tools/Scripts/webkitpy/common/config/committers.py 2011-06-05 20:12:33 UTC (rev 88135)
+++ trunk/Tools/Scripts/webkitpy/common/config/committers.py 2011-06-05 20:13:07 UTC (rev 88136)
@@ -125,7 +125,7 @@
Committer("Benjamin Otte", ["[email protected]", "[email protected]"], "otte"),
Committer("Brett Wilson", "[email protected]", "brettx"),
Committer("Caio Marcelo de Oliveira Filho", ["[email protected]", "[email protected]"], "cmarcelo"),
- Committer("Cameron McCormack", "[email protected]", "heycam"),
+ Committer("Cameron McCormack", ["[email protected]", "[email protected]"], "heycam"),
Committer("Carlos Garcia Campos", ["[email protected]", "[email protected]", "[email protected]"], "KaL"),
Committer("Carol Szabo", "[email protected]", "cszabo1"),
Committer("Chang Shu", ["[email protected]", "[email protected]"], "cshu"),