equal
deleted
inserted
replaced
15 [hooks] |
15 [hooks] |
16 txnclose-phase.changeset_published = \ |
16 txnclose-phase.changeset_published = \ |
17 python:hgext.hooklib.changeset_published.hook |
17 python:hgext.hooklib.changeset_published.hook |
18 """ |
18 """ |
19 |
19 |
|
20 from __future__ import annotations |
20 |
21 |
21 import email.errors as emailerrors |
22 import email.errors as emailerrors |
22 import email.utils as emailutils |
23 import email.utils as emailutils |
23 |
24 |
24 from mercurial.i18n import _ |
25 from mercurial.i18n import _ |