changeset 2930 | af71034aac90 |
parent 2926 | 13cd2cdeff6a |
child 3030 | 5a17423f88d7 |
--- a/hgext/patchbomb.py Wed Aug 16 11:03:32 2006 -0700 +++ b/hgext/patchbomb.py Wed Aug 16 11:03:45 2006 -0700 @@ -65,7 +65,7 @@ from mercurial.demandload import * demandload(globals(), '''email.MIMEMultipart email.MIMEText email.Utils - mercurial:commands,hg,ui + mercurial:commands,hg,mail,ui os errno popen2 socket sys tempfile time''') from mercurial.i18n import gettext as _ from mercurial.node import *