[PATCH 1 of 2] patchbomb: do not prompt for cc

Christian Ebert blacktrash at gmx.net
Fri Jan 29 10:55:03 CST 2010


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1264761958 0
# Node ID 765b92675e33139e0358c83202e7b10df9176904
# Parent  e7727a545c4827f3ff481175d074d065135adbec
patchbomb: do not prompt for cc

diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py
--- a/hgext/patchbomb.py
+++ b/hgext/patchbomb.py
@@ -397,7 +397,7 @@
         return mail.addrlistencode(ui, [addrs], _charsets, opts.get('test'))
 
     to = getaddrs('to', 'To')
-    cc = getaddrs('cc', 'Cc', '')
+    cc = getaddrs('cc')
     bcc = getaddrs('bcc')
 
     ui.write('\n')


More information about the Mercurial-devel mailing list