mercurial/dispatch.py
changeset 28394 dcb4209bd30d
parent 28391 73905484ef70
child 28447 4eb5496c2bd4
--- a/mercurial/dispatch.py	Tue Mar 08 23:04:53 2016 +0900
+++ b/mercurial/dispatch.py	Tue Mar 08 23:04:53 2016 +0900
@@ -33,6 +33,7 @@
     fancyopts,
     hg,
     hook,
+    revset,
     ui as uimod,
     util,
 )
@@ -752,6 +753,7 @@
 #   extraobj) arguments
 extraloaders = [
     ('cmdtable', commands, 'loadcmdtable'),
+    ('revsetpredicate', revset, 'loadpredicate'),
 ]
 
 def _dispatch(req):