[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-19-gb17733a

Sandro Tosi morph at debian.org
Sun Jan 3 15:36:30 UTC 2010


The following commit has been merged in the master branch:
commit 47691888de4142fdbdd8cfbde00f66844f7e64f0
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jan 3 02:06:45 2010 +0100

    use 'X-Debbugs-CC' in menu description + rewording; don't provide output on CC adding, not needed

diff --git a/bin/reportbug b/bin/reportbug
index b70eff2..0ad674a 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -224,7 +224,7 @@ def handle_editing(filename, dmessage, options, sendto, attachments, package,
                                'l': 'Pipe the message through the pager.',
                                'p': 'print message to stdout.',
                                't': 'Add tags.',
-                               's': 'Add a carbon copy.',
+                               's': 'Add a X-Debbugs-CC recipient (a CC but after BTS processing).',
                                'm': "Choose a mailer to edit the report."})
 
         if x in ('a', 'i'):
@@ -340,9 +340,6 @@ def handle_editing(filename, dmessage, options, sendto, attachments, package,
                  'don\'t want anymore.'), empty_ok=True, force_prompt=True)
             if ccemail:
                 CCS.append(ccemail)
-                ewrite('The CC address was added.\n')
-            else:
-                ewrite('No CC address was added.\n')
         elif x == 'y':
             if message == dmessage:
                 x = ui.select_options(

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list