hgext/patchbomb.py
changeset 2731 0bcecf7d45b1
parent 2722 10e95059ffd7
child 2785 58a679745b38
--- a/hgext/patchbomb.py
+++ b/hgext/patchbomb.py
@@ -288,6 +288,7 @@ def patchbomb(ui, repo, *revs, **opts):
             fp.close()
         else:
             ui.status('Sending ', m['Subject'], ' ...\n')
+            m.__delitem__('bcc')
             mail.sendmail(sender, to + bcc + cc, m.as_string(0))
 
 cmdtable = {