Commit 7d7bbc3b authored by Andrii Shyshkalov's avatar Andrii Shyshkalov Committed by Commit Bot

git cl upload: delete no longer supported flags.

--email
--emulate-svn-auto-props

R=ehmaldonado

Bug: 770408
Change-Id: I645342e5735313055c713bc8f8b68eee353aba49
Reviewed-on: https://chromium-review.googlesource.com/c/1279134
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
parent 2f727917
......@@ -4984,11 +4984,6 @@ def CMDupload(parser, args):
'can be applied multiple times'))
parser.add_option('-s', '--send-mail', action='store_true',
help='send email to reviewer(s) and cc(s) immediately')
parser.add_option('--emulate_svn_auto_props',
'--emulate-svn-auto-props',
action="store_true",
dest="emulate_svn_auto_props",
help="Emulate Subversion's auto properties feature.")
parser.add_option('-c', '--use-commit-queue', action='store_true',
help='tell the commit queue to commit this patchset; '
'implies --send-mail')
......@@ -5027,10 +5022,6 @@ def CMDupload(parser, args):
parser.add_option('--private', action='store_true',
help='Set the review private. This implies --no-autocc.')
# TODO: remove Rietveld flags
parser.add_option('--email', default=None,
help='email address to use to connect to Rietveld')
orig_args = args
auth.add_auth_options(parser)
_add_codereview_select_options(parser)
......
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