hgext/journal.py
changeset 35462 6f754b0fe54e
parent 35207 d210723b73e5
child 35888 c8e2d6ed1f9e
--- a/hgext/journal.py	Wed Dec 20 11:35:38 2017 -0800
+++ b/hgext/journal.py	Wed Dec 20 16:44:35 2017 -0800
@@ -480,6 +480,7 @@
 
     limit = cmdutil.loglimit(opts)
     entry = None
+    ui.pager('journal')
     for count, entry in enumerate(repo.journal.filtered(name=name)):
         if count == limit:
             break