changeset 50984 | 727428c7e1fc |
child 50986 | 752c5a5b73c6 |
50980:8343947af6a7 | 50984: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) |