diff --git a/hgext/bugzilla.py b/hgext/bugzilla.py --- a/hgext/bugzilla.py +++ b/hgext/bugzilla.py @@ -278,7 +278,6 @@ def hook(ui, repo, hooktype, node=None, 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])