Commit 8010f07d authored by sky@chromium.org's avatar sky@chromium.org

Changes drover not to pass in no_try as it's no longer needed.


Review URL: http://codereview.chromium.org/3025006

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@53100 0039d316-1c4b-4281-b951-d872f2087c98
parent 42ba8628
......@@ -83,7 +83,7 @@ def runGcl(subcommand):
def gclUpload(revision, author):
command = ("upload " + str(revision) +
" --send_mail --no_try --no_presubmit --reviewers=" + author)
" --send_mail --no_presubmit --reviewers=" + author)
return runGcl(command)
def getSVNInfo(url, revision):
......@@ -525,7 +525,7 @@ def drover(options, args):
print author
print revision
print ("gcl upload " + str(revision) +
" --send_mail --no_try --no_presubmit --reviewers=" + author)
" --send_mail --no_presubmit --reviewers=" + author)
if options.revertbot or prompt("Would you like to upload?"):
if PROMPT_FOR_AUTHOR:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment