From c31e84e1a04f2b2a90ff6ae75c23b0a9bb811927 Mon Sep 17 00:00:00 2001 From: "jrobbins@chromium.org" Date: Thu, 19 Jun 2014 21:11:46 +0000 Subject: [PATCH] Do not notify watchers about --private issues BUG=382297 Review URL: https://codereview.chromium.org/341663004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@278484 0039d316-1c4b-4281-b951-d872f2087c98 --- gcl.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gcl.py b/gcl.py index 775ab94dd..1502c061e 100755 --- a/gcl.py +++ b/gcl.py @@ -896,9 +896,11 @@ def CMDupload(change_info, args): # CC_LIST only when --private is specified explicitly on the command # line. if "--private" in upload_arg: - Warn("WARNING: CC_LIST is ignored since private flag is specified. " - "You need to review and add them manually if necessary.") + Warn("WARNING: CC_LIST and WATCHLISTS are ignored when --private is " + "specified. You need to review and add them manually if " + "necessary.") cc_list = "" + no_watchlists = True else: cc_list = GetCodeReviewSetting("CC_LIST") if not no_watchlists and watchers: