changeset 50984 | 727428c7e1fc |
child 50986 | 752c5a5b73c6 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mercurial/admin_commands.py Wed Jan 25 15:33:39 2023 +0100 @@ -0,0 +1,11 @@ +# admin_commands.py - command processing for admin* commands +# +# Copyright 2022 Mercurial Developers +# +# This software may be used and distributed according to the terms of the +# GNU General Public License version 2 or any later version. + +from . import registrar + +table = {} +command = registrar.command(table)