forgot to add import statement for _.
--- a/hgext/patchbomb.py Tue Jan 31 08:08:43 2006 -0800
+++ b/hgext/patchbomb.py Tue Jan 31 08:13:03 2006 -0800
@@ -50,6 +50,7 @@
from mercurial import commands
from mercurial import hg
from mercurial import ui
+from mercurial.i18n import gettext as _
import os
import popen2
import smtplib