mercurial/commands.py
changeset 5189 60acf1432ee0
parent 5185 18a9fbb5cd78
child 5190 da1658d63647
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -3129,8 +3129,6 @@ table = {
     "version": (version_, [], _('hg version')),
 }
 
-extensions.commandtable = table
-
 norepo = ("clone init version help debugancestor debugcomplete debugdata"
           " debugindex debugindexdot debugdate debuginstall")
 optionalrepo = ("paths serve showconfig")