# HG changeset patch # User Jun Wu # Date 1513817075 28800 # Node ID 6f754b0fe54e748958a16a36d037448fc63bc6a3 # Parent 3a119a423953f6e1c6322ce5805729645ab82feb journal: use pager journal output is long and should use a pager. Differential Revision: https://phab.mercurial-scm.org/D1740 diff -r 3a119a423953 -r 6f754b0fe54e hgext/journal.py --- 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