hgext/notify.py
changeset 3893 6b4127c7d52a
parent 3886 abaee83ce0a6
child 4081 e6d26e71f049
equal deleted inserted replaced
3892:2eec996f2fb9 3893:6b4127c7d52a
    63 # glob patterns are matched against path to repo root.
    63 # glob patterns are matched against path to repo root.
    64 #
    64 #
    65 # if you like, you can put notify config file in repo that users can
    65 # if you like, you can put notify config file in repo that users can
    66 # push changes to, they can manage their own subscriptions.
    66 # push changes to, they can manage their own subscriptions.
    67 
    67 
    68 from mercurial.i18n import gettext as _
    68 from mercurial.i18n import _
    69 from mercurial.node import *
    69 from mercurial.node import *
    70 from mercurial import patch, cmdutil, templater, util, mail
    70 from mercurial import patch, cmdutil, templater, util, mail
    71 import email.Parser, fnmatch, socket, time
    71 import email.Parser, fnmatch, socket, time
    72 
    72 
    73 # template for single changeset can include email headers.
    73 # template for single changeset can include email headers.