|
|
|
@ -4984,11 +4984,6 @@ def CMDupload(parser, args):
|
|
|
|
'can be applied multiple times'))
|
|
|
|
'can be applied multiple times'))
|
|
|
|
parser.add_option('-s', '--send-mail', action='store_true',
|
|
|
|
parser.add_option('-s', '--send-mail', action='store_true',
|
|
|
|
help='send email to reviewer(s) and cc(s) immediately')
|
|
|
|
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',
|
|
|
|
parser.add_option('-c', '--use-commit-queue', action='store_true',
|
|
|
|
help='tell the commit queue to commit this patchset; '
|
|
|
|
help='tell the commit queue to commit this patchset; '
|
|
|
|
'implies --send-mail')
|
|
|
|
'implies --send-mail')
|
|
|
|
@ -5027,10 +5022,6 @@ def CMDupload(parser, args):
|
|
|
|
parser.add_option('--private', action='store_true',
|
|
|
|
parser.add_option('--private', action='store_true',
|
|
|
|
help='Set the review private. This implies --no-autocc.')
|
|
|
|
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
|
|
|
|
orig_args = args
|
|
|
|
auth.add_auth_options(parser)
|
|
|
|
auth.add_auth_options(parser)
|
|
|
|
_add_codereview_select_options(parser)
|
|
|
|
_add_codereview_select_options(parser)
|
|
|
|
|