mercurial/commands.py
changeset 5192 60acf1432ee0
parent 5178 18a9fbb5cd78
child 5193 da1658d63647
--- a/mercurial/commands.py	Fri Aug 17 19:11:16 2007 +0200
+++ b/mercurial/commands.py	Fri Aug 17 17:33:27 2007 -0300
@@ -3129,8 +3129,6 @@
     "version": (version_, [], _('hg version')),
 }
 
-extensions.commandtable = table
-
 norepo = ("clone init version help debugancestor debugcomplete debugdata"
           " debugindex debugindexdot debugdate debuginstall")
 optionalrepo = ("paths serve showconfig")