D1740: journal: use pager

quark (Jun Wu) phabricator at mercurial-scm.org
Thu Dec 21 13:26:09 EST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG6f754b0fe54e: journal: use pager (authored by quark, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1740?vs=4568&id=4571

REVISION DETAIL
  https://phab.mercurial-scm.org/D1740

AFFECTED FILES
  hgext/journal.py

CHANGE DETAILS

diff --git a/hgext/journal.py b/hgext/journal.py
--- a/hgext/journal.py
+++ b/hgext/journal.py
@@ -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



To: quark, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list