mercurial/dispatch.py
changeset 28538 009f58f1ea75
parent 28534 293adbaa14a7
child 28621 d856e85a8a7a
--- 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):