diff hgext/bugzilla.py @ 14234:600e64004eb5

rename explain_exit to explainexit
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 06 May 2011 15:31:09 +0200
parents 3b4025dcb223
children 29f55c0e39e7
line wrap: on
line diff
--- 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):