mercurial/extensions.py
changeset 33132 c467d13334ee
parent 33052 45b0e9d05ee9
child 33327 68b7ceda99d7
--- a/mercurial/extensions.py	Sat Jun 17 13:38:53 2017 +0200
+++ b/mercurial/extensions.py	Sat Jun 17 13:48:20 2017 +0200
@@ -18,6 +18,7 @@
 
 from . import (
     cmdutil,
+    configitems,
     encoding,
     error,
     pycompat,
@@ -263,6 +264,7 @@
     extraloaders = [
         ('cmdtable', commands, 'loadcmdtable'),
         ('colortable', color, 'loadcolortable'),
+        ('configtable', configitems, 'loadconfigtable'),
         ('filesetpredicate', fileset, 'loadpredicate'),
         ('revsetpredicate', revset, 'loadpredicate'),
         ('templatefilter', templatefilters, 'loadfilter'),