hgext/bugzilla.py
changeset 2221 05b6c13f43c6
parent 2219 ec82cff7d2c4
child 2239 5e5adc1910ed
--- a/hgext/bugzilla.py	Mon May 08 08:20:56 2006 -0700
+++ b/hgext/bugzilla.py	Mon May 08 10:59:58 2006 -0700
@@ -278,7 +278,6 @@
             for id in ids:
                 bz.update(id, bin_node, changes)
             bz.notify(ids)
-        return True
     except MySQLdb.MySQLError, err:
         raise util.Abort(_('database error: %s') % err[1])