Skip to content

Commit 4553e9b

Browse files
committed
Change default for upload-diffs.py to True
1 parent da33a89 commit 4553e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upload-diffs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def _GetOpener(self):
487487
help="Base revision/branch/tree to diff against. Use "
488488
"rev1:rev2 range to review already committed changeset.")
489489
group.add_option("--send_mail", action="store_true",
490-
dest="send_mail", default=False,
490+
dest="send_mail", default=True,
491491
help="Send notification email to reviewers.")
492492
group.add_option("--vcs", action="store", dest="vcs",
493493
metavar="VCS", default=None,

0 commit comments

Comments
 (0)