equal
deleted
inserted
replaced
2 # |
2 # |
3 # Copyright 2022 Mercurial Developers |
3 # Copyright 2022 Mercurial Developers |
4 # |
4 # |
5 # This software may be used and distributed according to the terms of the |
5 # This software may be used and distributed according to the terms of the |
6 # GNU General Public License version 2 or any later version. |
6 # GNU General Public License version 2 or any later version. |
|
7 |
|
8 from __future__ import annotations |
7 |
9 |
8 from .i18n import _ |
10 from .i18n import _ |
9 from .admin import chainsaw, verify |
11 from .admin import chainsaw, verify |
10 from . import error, registrar, transaction |
12 from . import error, registrar, transaction |
11 |
13 |