# HG changeset patch # User Brendan Cully # Date 1155751425 25200 # Node ID af71034aac9096a927bb8ca84ee76d9e25bd2bfd # Parent bd74898588a335adf0fe9e56e61f249f0e250b59 patchbomb: import new mail module diff -r bd74898588a3 -r af71034aac90 hgext/patchbomb.py --- 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 *