Commit 4c422e9b authored by maruel@chromium.org's avatar maruel@chromium.org

options.from_logs is not used anywhere since it's the default.

R=rogerta@chromium.org
BUG=


Review URL: https://chromiumcodereview.appspot.com/10887035

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@153976 0039d316-1c4b-4281-b951-d872f2087c98
parent 1a17398a
......@@ -1093,10 +1093,6 @@ def CMDupload(parser, args):
parser.add_option("--emulate_svn_auto_props", action="store_true",
dest="emulate_svn_auto_props",
help="Emulate Subversion's auto properties feature.")
parser.add_option("--desc_from_logs", action="store_true",
dest="from_logs",
help="""Squashes git commit logs into change description and
uses message as subject""")
parser.add_option('-c', '--use-commit-queue', action='store_true',
help='tell the commit queue to commit this patchset')
if settings.GetIsGerrit():
......
......@@ -31,7 +31,7 @@ setup_gitgit
# Prevent the editor from coming up when you upload.
export EDITOR=$(which true)
test_expect_success "upload succeeds (needs a server running on localhost)" \
"$GIT_CL upload -m test --desc_from_logs master | \
"$GIT_CL upload -m test master | \
grep -q 'Issue created'"
test_expect_success "git-cl status now knows the issue" \
......
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