From e2da544da802300f92f86f8d327ea8837e23e68a Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Wed, 6 Oct 2010 10:39:47 -0400 Subject: [PATCH] Change default to sending email for reviews. --- upload-diffs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-diffs.py b/upload-diffs.py index 1b5daac..c3ff6b9 100644 --- a/upload-diffs.py +++ b/upload-diffs.py @@ -487,7 +487,7 @@ group.add_option("--rev", action="store", dest="revision", help="Base revision/branch/tree to diff against. Use " "rev1:rev2 range to review already committed changeset.") group.add_option("--send_mail", action="store_true", - dest="send_mail", default=False, + dest="send_mail", default=True, help="Send notification email to reviewers.") group.add_option("--vcs", action="store", dest="vcs", metavar="VCS", default=None,