633 # - loadermod is the module where loader is placed |
634 # - loadermod is the module where loader is placed |
634 # - loadername is the name of the function, which takes (ui, extensionname, |
635 # - loadername is the name of the function, which takes (ui, extensionname, |
635 # extraobj) arguments |
636 # extraobj) arguments |
636 extraloaders = [ |
637 extraloaders = [ |
637 ('cmdtable', commands, 'loadcmdtable'), |
638 ('cmdtable', commands, 'loadcmdtable'), |
|
639 ('colortable', color, 'loadcolortable'), |
638 ('filesetpredicate', fileset, 'loadpredicate'), |
640 ('filesetpredicate', fileset, 'loadpredicate'), |
639 ('revsetpredicate', revset, 'loadpredicate'), |
641 ('revsetpredicate', revset, 'loadpredicate'), |
640 ('templatefilter', templatefilters, 'loadfilter'), |
642 ('templatefilter', templatefilters, 'loadfilter'), |
641 ('templatefunc', templater, 'loadfunction'), |
643 ('templatefunc', templater, 'loadfunction'), |
642 ('templatekeyword', templatekw, 'loadkeyword'), |
644 ('templatekeyword', templatekw, 'loadkeyword'), |