mercurial/admin_commands.py
changeset 50987 727428c7e1fc
child 50989 752c5a5b73c6
equal deleted inserted replaced
50983:8343947af6a7 50987:727428c7e1fc
       
     1 # admin_commands.py - command processing for admin* commands
       
     2 #
       
     3 # Copyright 2022 Mercurial Developers
       
     4 #
       
     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.
       
     7 
       
     8 from . import registrar
       
     9 
       
    10 table = {}
       
    11 command = registrar.command(table)