diff -r 659f34b833b9 -r 600e64004eb5 hgext/bugzilla.py --- a/hgext/bugzilla.py Fri May 06 15:25:35 2011 +0200 +++ b/hgext/bugzilla.py Fri May 06 15:31:09 2011 +0200 @@ -394,7 +394,7 @@ if ret: self.ui.warn(out) raise util.Abort(_('bugzilla notify command %s') % - util.explain_exit(ret)[0]) + util.explainexit(ret)[0]) self.ui.status(_('done\n')) def get_user_id(self, user):