[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.8-4-gaa43030

Sandro Tosi morph at debian.org
Fri Oct 30 15:51:04 UTC 2009


The following commit has been merged in the master branch:
commit aa43030c066056e976cb717f1c8fe5ffc282c626
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Oct 30 16:27:58 2009 +0100

    added missing arguments to handle_bts_query call; thanks to David Bremner for the report; Closes: #542309

diff --git a/debian/changelog b/debian/changelog
index 0621e1b..ac1ef4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,11 @@ reportbug (4.8+WIP) UNRELEASED; urgency=low
     - added a Conflicts on 'debsums (<< 2.0.47)', to properly require the
       correct version of debsums; thanks to Flavio Stanchina for the report;
       Closes: #552364
+  * reportbug/ui/urwid_ui.py
+    - added missing arguments to handle_bts_query call; thanks to David Bremner
+      for the report; Closes: #542309
 
- -- Sandro Tosi <morph at debian.org>  Wed, 28 Oct 2009 19:36:33 +0100
+ -- Sandro Tosi <morph at debian.org>  Fri, 30 Oct 2009 16:27:11 +0100
 
 reportbug (4.8) unstable; urgency=low
 
diff --git a/reportbug/ui/urwid_ui.py b/reportbug/ui/urwid_ui.py
index 5f87b0f..d5cf04d 100644
--- a/reportbug/ui/urwid_ui.py
+++ b/reportbug/ui/urwid_ui.py
@@ -532,7 +532,7 @@ def show_report(number, system, mirrors,
 
 def handle_bts_query(package, bts, mirrors=None, http_proxy="",
                      queryonly=False, screen=None, title="", archived='no',
-                     source=False, version=None):
+                     source=False, version=None, mbox=False, buglist=None):
     from reportbug import debianbts
 
     sysinfo = debianbts.SYSTEMS[bts]

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list