diff -r 881d027d3935 -r 009f58f1ea75 mercurial/dispatch.py --- a/mercurial/dispatch.py Wed Mar 16 11:57:09 2016 +0000 +++ b/mercurial/dispatch.py Sun Mar 13 05:17:06 2016 +0900 @@ -35,6 +35,7 @@ hg, hook, revset, + templatekw, ui as uimod, util, ) @@ -758,6 +759,7 @@ ('cmdtable', commands, 'loadcmdtable'), ('filesetpredicate', fileset, 'loadpredicate'), ('revsetpredicate', revset, 'loadpredicate'), + ('templatekeyword', templatekw, 'loadkeyword'), ] def _dispatch(req):