hgext/bugzilla.py
changeset 14234 600e64004eb5
parent 13896 3b4025dcb223
child 14619 29f55c0e39e7
--- 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):