changeset 28692 | 6b3b958daf03 |
parent 28623 | 38dc3f28f478 |
child 28695 | cc103bd0dbf9 |
--- a/mercurial/dispatch.py Sun Feb 14 20:43:30 2016 +0900 +++ b/mercurial/dispatch.py Wed Mar 30 02:10:44 2016 +0900 @@ -35,6 +35,7 @@ hg, hook, revset, + templatefilters, templatekw, ui as uimod, util, @@ -766,6 +767,7 @@ ('cmdtable', commands, 'loadcmdtable'), ('filesetpredicate', fileset, 'loadpredicate'), ('revsetpredicate', revset, 'loadpredicate'), + ('templatefilter', templatefilters, 'loadfilter'), ('templatekeyword', templatekw, 'loadkeyword'), ]