From f9b1fdb961051f2155a992e4b4740e8707900d8b Mon Sep 17 00:00:00 2001 From: "nsylvain@chromium.org" Date: Sun, 8 Apr 2012 17:32:45 +0000 Subject: [PATCH] Fix the warning in gcl to tell people they can use the commit queue. BUG=115148 Review URL: http://codereview.chromium.org/9666062 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@131313 0039d316-1c4b-4281-b951-d872f2087c98 --- gcl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcl.py b/gcl.py index e842c01cb2..d846156b0d 100755 --- a/gcl.py +++ b/gcl.py @@ -1133,8 +1133,8 @@ def CMDchange(args): change_info._files = new_cl_files change_info.Save() if svn_info.get('URL', '').startswith('http:'): - Warn("WARNING: Creating CL in a read-only checkout. You will not be " - "able to commit it!") + Warn("WARNING: Creating CL in a read-only checkout. You will need to " + "commit using a commit queue!") print change_info.name + " changelist saved." if change_info.MissingTests():