changeset 32377 | c942c83ac2ec |
parent 32376 | b16cb0a27377 |
child 32431 | 9fd9f91b0c43 |
--- a/mercurial/commands.py Sun May 14 16:42:16 2017 +0900 +++ b/mercurial/commands.py Thu May 04 17:13:12 2017 +0900 @@ -26,6 +26,7 @@ changegroup, cmdutil, copies, + debugcommands as debugcommandsmod, destutil, dirstateguard, discovery, @@ -59,6 +60,7 @@ release = lockmod.release table = {} +table.update(debugcommandsmod.command._table) command = registrar.command(table)