hgext/notify.py
changeset 19792 efee1f35fcae
parent 17754 19e9bf7c0927
child 19810 c80feeb715d1
equal deleted inserted replaced
19791:f4b72cad29f8 19792:efee1f35fcae
   131   Root repository URL to combine with repository paths when making
   131   Root repository URL to combine with repository paths when making
   132   references. See also ``notify.strip``.
   132   references. See also ``notify.strip``.
   133 
   133 
   134 '''
   134 '''
   135 
   135 
       
   136 import email, socket, time
   136 from mercurial.i18n import _
   137 from mercurial.i18n import _
   137 from mercurial import patch, cmdutil, templater, util, mail
   138 from mercurial import patch, cmdutil, templater, util, mail
   138 import email.Parser, email.Errors, fnmatch, socket, time
   139 import fnmatch
   139 
   140 
   140 testedwith = 'internal'
   141 testedwith = 'internal'
   141 
   142 
   142 # template for single changeset can include email headers.
   143 # template for single changeset can include email headers.
   143 single_template = '''
   144 single_template = '''