From 022879521d9596c53322b7017b7b29eaaa5baeb0 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Fri, 23 Jul 2010 22:36:58 +0000 Subject: [PATCH] Changes gcl upload to print a reminder that it doesn't do a try. Review URL: http://codereview.chromium.org/3046011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@53537 0039d316-1c4b-4281-b951-d872f2087c98 --- gcl.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcl.py b/gcl.py index 539f136b6..4c299e5a6 100755 --- a/gcl.py +++ b/gcl.py @@ -804,6 +804,8 @@ def CMDupload(change_info, args): # consistent. os.chdir(previous_cwd) + print "*** Upload does not submit a try; use gcl try to submit a try. ***" + return 0