hgext/notify.py
changeset 16743 38caf405d010
parent 16683 525fdb738975
child 16951 bdf8c6c61c9b
equal deleted inserted replaced
16742:973671fc0804 16743:38caf405d010
   125 '''
   125 '''
   126 
   126 
   127 from mercurial.i18n import _
   127 from mercurial.i18n import _
   128 from mercurial import patch, cmdutil, templater, util, mail
   128 from mercurial import patch, cmdutil, templater, util, mail
   129 import email.Parser, email.Errors, fnmatch, socket, time
   129 import email.Parser, email.Errors, fnmatch, socket, time
       
   130 
       
   131 testedwith = 'internal'
   130 
   132 
   131 # template for single changeset can include email headers.
   133 # template for single changeset can include email headers.
   132 single_template = '''
   134 single_template = '''
   133 Subject: changeset in {webroot}: {desc|firstline|strip}
   135 Subject: changeset in {webroot}: {desc|firstline|strip}
   134 From: {author}
   136 From: {author}