hgext/notify.py
changeset 48875 6000f5b25c9b
parent 48717 ae27a0684e75
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
   152 web.baseurl
   152 web.baseurl
   153   Root repository URL to combine with repository paths when making
   153   Root repository URL to combine with repository paths when making
   154   references. See also ``notify.strip``.
   154   references. See also ``notify.strip``.
   155 
   155 
   156 '''
   156 '''
   157 from __future__ import absolute_import
       
   158 
   157 
   159 import email.errors as emailerrors
   158 import email.errors as emailerrors
   160 import email.utils as emailutils
   159 import email.utils as emailutils
   161 import fnmatch
   160 import fnmatch
   162 import hashlib
   161 import hashlib