mercurial/commands.py
changeset 4818 616a5adbf402
parent 4804 7db38bfb307e
child 4849 035489f60842
--- a/mercurial/commands.py	Tue Jul 03 00:13:52 2007 +0900
+++ b/mercurial/commands.py	Thu Jul 05 15:37:23 2007 -0500
@@ -3109,6 +3109,8 @@
     "version": (version_, [], _('hg version')),
 }
 
+extensions.commandtable = table
+
 norepo = ("clone init version help debugancestor debugcomplete debugdata"
           " debugindex debugindexdot debugdate debuginstall")
 optionalrepo = ("paths serve showconfig")