--- 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