hgext/largefiles/uisetup.py
changeset 32377 c942c83ac2ec
parent 32185 1b27e1793156
child 34075 a9d8caf95941
--- a/hgext/largefiles/uisetup.py	Sun May 14 16:42:16 2017 +0900
+++ b/hgext/largefiles/uisetup.py	Thu May 04 17:13:12 2017 +0900
@@ -21,7 +21,6 @@
     cmdutil,
     commands,
     copies,
-    debugcommands,
     exchange,
     extensions,
     filemerge,
@@ -40,11 +39,6 @@
 )
 
 def uisetup(ui):
-    # TODO: debugcommands should use a separate command table
-    # Side-effect of accessing is debugcommands module is guaranteed to be
-    # imported and commands.table is populated.
-    debugcommands.command
-
     # Disable auto-status for some commands which assume that all
     # files in the result are under Mercurial's control