diff options
author | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 14:14:26 +0000 |
---|---|---|
committer | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 14:14:26 +0000 |
commit | b45d8e4cddfd33ca9039618b2e933aea1f0defbc (patch) | |
tree | 37b9eee3f717f40e01226747a5027039de6bc306 | |
parent | 767b001ee0223197102f4ab7bf271cacd8500a08 (diff) | |
download | chromium_src-b45d8e4cddfd33ca9039618b2e933aea1f0defbc.zip chromium_src-b45d8e4cddfd33ca9039618b2e933aea1f0defbc.tar.gz chromium_src-b45d8e4cddfd33ca9039618b2e933aea1f0defbc.tar.bz2 |
[sync] Add +watch pattern to WATCHLISTS for sync team members
This patch adds the +watch pattern to the email addresses of sync team
members in src/WATCHLISTS. This will enable easier filtering of code
review email based on whether you're a reviewer or are just being cc'd
because of the watchlist.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/17406004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207431 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | WATCHLISTS | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -674,10 +674,9 @@ 'spellcheck': ['groby+spellwatch@chromium.org', 'rlp@chromium.org', 'rouslan+spellwatch@chromium.org'], - 'sync': ['akalin@chromium.org', - 'haitaol@chromium.org', - 'rsimha@chromium.org', - 'tim@chromium.org'], + 'sync': ['haitaol+watch@chromium.org', + 'rsimha+watch@chromium.org', + 'tim+watch@chromium.org'], 'sync_proto': ['albertb+watch@chromium.org'], 'tab_contents': ['avi@chromium.org', 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], |