[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.4-22-gad7d28f

Sandro Tosi morph at debian.org
Mon Jun 8 14:14:11 UTC 2009


The following commit has been merged in the master branch:
commit 0c7d22cf75a2e53d3eb4d84a7b5f15e0941b5be7
Author: Carl Chenet <carl.chenet at ohmytux.com>
Date:   Mon Jun 8 00:57:07 2009 +0200

    explain leaving blank field will exit reportbug

diff --git a/bin/reportbug b/bin/reportbug
index 4c67bec..36d6837 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1178,8 +1178,9 @@ class UI(object):
                             packages.append( (src, 'Source package') )
 
                         if len(packages) > 1:
+                            ewrite('Which of the following packages is the bug in?\n')
                             package = ui.menu(
-                                'Which of the following packages is the bug in?',
+                                'Just press ENTER to exit reportbug.',
                                 packages, empty_ok=True,
                                 prompt='Select one of these packages: ')
                         else:

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list