diff -r a04baf9c063b -r 6b3b958daf03 mercurial/dispatch.py --- 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'), ]