mercurial/admin_commands.py
changeset 51860 1c5810ce737e
parent 51612 a93e60ebea09
equal deleted inserted replaced
51859:f4733654f144 51860:1c5810ce737e
     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